Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 30 of 106
Free a temporary LOB
sword OCILobFreeTemporary( OCISvcCtx *svchp, OCIError *errhp, OCILobLocator *locp);
The OCI service context handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
A locator uniquely referencing the LOB to be freed.
This function frees the contents of the temporary LOB to which this locator points. Note that the locator itself is not freed until OCIDescriptorFree()
is called.
This function returns an error if the LOB locator passed in the locp
parameter does not point to a temporary LOB, which might be due to any of the following:
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|