Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 35 of 106
Tests if a locator points to a temporary LOB
sword OCILobIsTemporary(OCIEnv *envhp, OCIError *errhp, OCILobLocator *locp, boolean *is_temporary);
The OCI environment handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
The locator to test.
Returns TRUE if the LOB locator points to a temporary LOB; FALSE if it does not.
This function tests a locator to determine if it points to a temporary LOB. If so, is_temporary
is set to TRUE. If not, is_temporary
is set to FALSE.
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|