Each function description contains the following sections:
Each function also has a table that indicates to which specification or standard the function conforms.
This table indicates support of the function. Some functions use a set of options that do not apply to all specifications or standards. Any significant differences are identified in the restrictions section for the function.
All function arguments that are pointers are defined using the macro FAR, this macro is defined out (set to a blank) for all platforms except Windows. On Windows FAR is used to define pointer arguments as far pointers.
Some functions contain input or output arguments, which are known as deferred or bound arguments.
These arguments are pointers to buffers allocated by the application, and are associated with (or bound to) either a parameter in an SQL statement, or a column in a result set. The data areas specified by the function are accessed by interfejs DB2 CLI at a later time. These deferred data areas must still be valid at the time interfejs DB2 CLI accesses them.
See the IBM DB2 Universal Database Call Level Interface Guide and Reference for more information about interfejs DB2 CLI, including information about return codes, diagnostics, examples, setting up the CLI environment, and accessing the sample applications.
Informacje pokrewne