Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 38 of 106
Tests to see if a given LOB/FILE locator is initialized.
sword OCILobLocatorIsInit ( OCIEnv *envhp, OCIError *errhp, CONST OCILobLocator *locp, boolean *is_initialized );
OCI environment handle.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
The LOB/FILE locator being tested
Returns TRUE if the given LOB/FILE locator is initialized; FALSE if it is not.
Tests to see if a given LOB/FILE locator is initialized.
Internal LOB locators can be initialized by one of the following methods:
NULL
LOB into the locator,NULL
LOB attribute by OCIObjectPin()
OCIAttrSet()
FILE locators can be initialized by one of the following methods:
NULL
FILE into the locatorNULL
FILE attribute by OCIObjectPin()
OCILobFileSetName()
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|