C | |
| commit [Occi.connection] | |
| con [Occi.statement] |
Get a connection object that this statement is bound to.
|
D | |
| describe [Occi.connection] | |
| disconnect [Occi.connection] | |
E | |
| execute [Occi.statement] |
Execute a PL/SQL block.
|
| execute_array [Occi.statement] |
Execute a bulk DML INSERT / UPDATE / DELETE
|
F | |
| fetch [Occi.statement] |
This method is used in combination with
select when max_rows
parameter is specified.
|
| foreach [Occi.statement] |
Apply function
f foreach record fetched from the given SQL select query
|
P | |
| prepare [Occi.statement] |
Assign an SQL string to the statement
|
| prepare_plsql [Occi.statement] |
Assign an PL/SQL block to the statement.
|
R | |
| rollback [Occi.connection] | |
S | |
| select [Occi.statement] |
Execute a SELECT query that can contain bind variables.
|
| select_list [Occi.statement] |
Execute a SELECT query that can contain bind variables.
|
| stmt [Occi.connection] | |
U | |
| update [Occi.statement] |
Use this method to run an SQL INSERT / UPDATE / DELETE statement
|