Skip to content

Commit 2e80e28

Browse files
committed
docs: improve section titles
1 parent d5f03cd commit 2e80e28

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

user_guide_src/source/database/queries.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,10 @@ hasError()
269269

270270
Returns boolean true/false if the last ``execute()`` call created any errors.
271271

272-
getErrorCode() getErrorMessage()
273-
--------------------------------
272+
getErrorCode()
273+
--------------
274+
getErrorMessage()
275+
-----------------
274276

275277
If any errors were encountered these methods can be used to retrieve the error code and string.
276278

@@ -283,8 +285,8 @@ Internally, all queries are processed and stored as instances of
283285
the parameters, otherwise preparing the query, and storing performance
284286
data about its query.
285287

286-
getLastQuery()
287-
==============
288+
$db->getLastQuery()
289+
===================
288290

289291
When you just need to retrieve the last Query object, use the
290292
``getLastQuery()`` method:

0 commit comments

Comments
 (0)