Parent: OMNISSQL session
| Object specific | |
| $effectivebatchsize | The revised batch size being used for the current statement. This differs from $batchsize in cases where $maxbuffersize is exceeded (read-only) |
| $maxresultsetsize | The maximum size of a result set. $fetch() stops fetching rows when this limit is exceeded (and $fetch() returns kFetchMemoryExceeded) |
| Standard | $batchsize $columncount $columndelimiter $errorcode $errortext $maxbuffersize $nativeerrorcode $nativeerrorpending $nativeerrortext $resultspending $rowcount $rowdelimiter $rowsaffected $rowsfetched $rpcreturnvalue $sqlstripspaces $sqltext $state $statementname $usecursor |
| Object specific | |
| $getaccessmask | $getaccessmask(cTableName) Retrieves the ODBC access mask for the specified table |
| $posupdate | updates a row positioned by the specified statement |
| $prepareforupdate | creates and prepares a select for update statement for specific use with positioned updates and deletes |
| $setaccessmask | $setaccessmask(cTableName,iAccessMask) Sets the ODBC access mask for the specified table |
| Standard | $clear $columns $execdirect $execute $fetch $fetchinto $fetchtofile $indexes $nextnativeerror $prepare $results $rpc $rpcparameters $rpcprocedures $tables |