Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Relational Functions, 3 of 38
Destroys the connection pool.
sword OCIConnectionPoolDestroy ( OCICPool *poolhp, OCIError *errhp, ub4 mode );
A pool handle for which a pool has been created.
An error handle which can be passed to OCIErrorGet()
.
Currently, this function will support only the OCI_DEFAULT mode.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|