Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
More OCI Relational Functions, 28 of 106
Sets the directory alias and file name in the FILE locator.
sword OCILobFileSetName ( OCIEnv *envhp, OCIError *errhp, OCILobLocator **filepp, CONST text *dir_alias, ub2 d_length, CONST text *filename, ub2 f_length );
OCI environment handle. Contains UTF-16 setting.
An error handle you can pass to OCIErrorGet()
for diagnostic information in the event of an error.
Pointer to the FILE locator for which to set the directory alias and file name.
Buffer that contains the directory alias name (can be in UTF-16 in OCI_UTF16 environment) to set in the FILE locator.
Length of the input dir_alias
parameter. In bytes.
Buffer that contains the file name (can be in UTF-16 in OCI_UTF16 environment) to set in the FILE locator.
Length of the input filename
parameter. In bytes.
It is an error to call this function for an internal LOB.
See Also:
For more information about FILEs, refer to the description of |
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|