Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Relational Functions, 25 of 38
This call explicitly deallocates a handle.
sword OCIHandleFree ( dvoid *hndlp, ub4 type );
A handle allocated by OCIHandleAlloc()
.
Specifies the type of storage to be freed. The specific types are:
This call frees up storage associated with a handle, corresponding to the type specified in the type
parameter.
This call returns either OCI_SUCCESS or OCI_INVALID_HANDLE.
All handles may be explicitly deallocated. The OCI will deallocate a child handle if the parent is deallocated.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|