Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 8 of 106
Releases the statement handle obtained by a call to OCIStmtPrepare2()
.
sword OCIStmtRelease ( OCIStmt *stmthp, OCIError *errhp, CONST OraText *key, ub4 keylen, ub4 mode );
The statement handle returned by OCIStmtPrepare2()
The error handle used for diagnostics.
Only valid for statement caching. The key to be associated with the statement in the cache. This can be the key returned by OCIStmtPrepare2()
or can be a new key. If a null key is passed in the statement will not be tagged.
Only valid for statement caching. The length of the key.
The valid modes are
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|