diff --git a/reference/fbsql/functions/fbsql-rows-fetched.xml b/reference/fbsql/functions/fbsql-rows-fetched.xml index 1c3f6a6460..ab6b01c4ed 100644 --- a/reference/fbsql/functions/fbsql-rows-fetched.xml +++ b/reference/fbsql/functions/fbsql-rows-fetched.xml @@ -1,19 +1,35 @@ - + fbsql_rows_fetched - + Get the number of rows affected by the last statement &reftitle.description; intfbsql_rows_fetched - resourceresult + resourceresult - &warn.undocumented.func; + Gets the number of rows affected by the last statement. + + + + + &reftitle.parameters; + + + &fbsql.result.description; + + + + + + &reftitle.returnvalues; + + Returns the number of rows, as an integer. diff --git a/reference/fbsql/functions/fbsql-set-transaction.xml b/reference/fbsql/functions/fbsql-set-transaction.xml index f986f2b8c4..8334cdd341 100644 --- a/reference/fbsql/functions/fbsql-set-transaction.xml +++ b/reference/fbsql/functions/fbsql-set-transaction.xml @@ -1,5 +1,5 @@ - + fbsql_set_transaction @@ -14,7 +14,10 @@ intlocking intisolation - &warn.undocumented.func; + + Sets the transaction locking and + isolation. + @@ -26,6 +29,10 @@ locking + The type of locking to be set. It can be one of the following + constants: FBSQL_LOCK_DEFERRED, + FBSQL_LOCK_OPTIMISTIC, + or FBSQL_LOCK_PESSIMISTIC. @@ -33,6 +40,12 @@ isolation + The type of isolation to be set. It can be one of the following + constants: FBSQL_ISO_READ_UNCOMMITTED, + FBSQL_ISO_READ_COMMITTED, + FBSQL_ISO_REPEATABLE_READ, + FBSQL_ISO_SERIALIZABLE, + or FBSQL_ISO_VERSIONED. @@ -46,6 +59,7 @@ &return.void; +