Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Relational Functions, 23 of 38
Deallocates a previously allocated descriptor.
sword OCIDescriptorFree ( dvoid *descp, ub4 type );
An allocated descriptor.
Specifies the type of storage to be freed. The specific types are:
ROWID
descriptorANSI
DATE
descriptorTIMESTAMP
descriptorTIMESTAMP
WITH
TIME
ZONE
descriptorTIMESTAMP
WITH
LOCAL
TIME
ZONE
descriptorINTERVAL
YEAR
TO
MONTH
descriptorINTERVAL
DAY
TO
SECOND
descriptorThis call frees storage associated with a descriptor. Returns OCI_SUCCESS or OCI_INVALID_HANDLE. All descriptors may be explicitly deallocated, however the OCI will deallocate a descriptor if the environment handle is deallocated.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|