OMNISSQL statement

Parent: OMNISSQL session

Properties Methods 

Properties

Object specific 
$effectivebatchsizeThe revised batch size being used for the current statement. This differs from $batchsize in cases where $maxbuffersize is exceeded (read-only)
$maxresultsetsizeThe 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

Methods

Object specific 
$getaccessmask$getaccessmask(cTableName) Retrieves the ODBC access mask for the specified table
$posupdateupdates a row positioned by the specified statement
$prepareforupdatecreates 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