Oracle® Call Interface Programmer's Guide 10g Release 1 (10.1) Part Number B10779-01 |
|
|
View PDF |
This chapter completes descriptions of the OCI relational function calls. It continues from the last chapter. The function calls for manipulating objects are described in the next three chapters.
See Also:
For information about return codes and error handling, refer to the section "Error Handling in OCI" |
For each function, the following information is listed:
A brief description of the action performed by the function.
The function declaration.
A description of each of the function's parameters. This includes the parameter's mode. The mode of a parameter has three possible values, as described next.
More detailed information about the function (if available). This may include restrictions on the use of the function, or other information that might be useful when using the function in an application.
A complete or partial code example demonstrating the use of the function call being described. Not all function descriptions include an example.
A list of related function calls.
Unlike earlier versions of the OCI, in release 8 you cannot pass -1 for the string length parameter of a NULL
-terminated string.
When you pass string lengths as parameters, do not include the NULL
terminator byte in the length. The OCI does not expect strings to be NULL
-terminated.
Buffer lengths that are OCI parameters are in bytes, except the amount parameters in some LOB calls, which are in characters.
For a table showing the number of server round trips required for individual OCI LOB functions, refer to Appendix C, "OCI Function Server Round Trips".