| Oracle Call Interface Programmer's Guide Release 9.0.1 Part Number A89857-01 |
|
OCI Relational Functions, 18 of 39
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 descriptor
ANSI DATE descriptor
TIMESTAMP descriptor
TIMESTAMP WITH TIME ZONE descriptor
TIMESTAMP WITH LOCAL TIME ZONE descriptor
INTERVAL YEAR TO MONTH descriptor
INTERVAL DAY TO SECOND descriptor
This 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-2001, Oracle Corporation. All Rights Reserved. |
|