Statement Processing Functions
Ora8StmtPrepare Function
Prepares a SQL statement or a PL/SQL block and associates it with a statement handle.
Ora8StmtPrepare2 Function
Prepares a SQL statement or a PL/SQL block and associates it with a statement handle.
Ora8StmtPrepare3 Function
Prepares a SQL statement or a PL/SQL block and associates it with a statement handle.
Ora8StmtRelease Function
Releases the statement handle obtained by a call to Ora8StmtPrepare3.
Ora8StmtExecute Function
Executes a SQL statement or PL/SQL block associated with a statement handle.
Ora8StmtFetch Function
Performs a specified number of fetch operations in order to retrieve data from a SQL query.
Parent topic:
Oracle 8 API Functions Overview