ORACLE8 statement

Parent: ORACLE8 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)
$nativewarncodeCode of reported warning
$nativewarntextWarning message
$plsqlarraysizeThe 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

Methods

Object specific 
$plsqlprepares a PL/SQL statement
$posdeletedeletes a row positioned by the specified statement
$posupdateupdates a row positioned by the specified statement
$prepareforupdatecreates 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