Parent: ORACLE8 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) |
| $nativewarncode | Code of reported warning |
| $nativewarntext | Warning message |
| $plsqlarraysize | The array size (in bytes) used to store one result column of a plsql query |
| Standard | $batchsize $columncount $columndelimiter $errorcode $errortext $maxbuffersize $nativeerrorcode $nativeerrorpending $nativeerrortext $resultspending $rowcount $rowdelimiter $rowsaffected $rowsfetched $rpcreturnvalue $sqlstripspaces $sqltext $state $statementname $usecursor |
| Object specific | |
| $plsql | prepares a PL/SQL statement |
| $posdelete | deletes a row positioned by the specified statement |
| $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 |
| Standard | $clear $columns $execdirect $execute $fetch $fetchinto $fetchtofile $indexes $nextnativeerror $prepare $results $rpc $rpcparameters $rpcprocedures $tables |