Oracle Call Interface Programmer's Guide Release 2 (9.2) Part Number A96584-01 |
|
OCI Cartridge Functions, 37 of 43
Writes buffered data to a file.
sword OCIFileFlush( dvoid *h OCIError *err, OCIFileObject *filep );
The OCI environment or user session handle.
The OCI error handle; if there is an error, it is recorded in err
and this function returns OCI_ERROR; diagnostic information can be obtained by calling OCIErrorGet()
.
A file identifier that uniquely references the file.
OCI_SUCCESS,
OCI_INVALID_HANDLE,
OCI_ERROR.
Function/Page | Purpose |
---|---|
Initializes the OCIFormat package. |
|
Terminates the OCIFormat package. |
|
Writes a text string into the supplied text buffer. |
See Also:
For more information about using these functions, see |
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|