Typedefs | |
typedef int | sqlo_db_handle_t |
A database handle type. | |
typedef int | sqlo_stmt_handle_t |
A statement handle type. | |
typedef void * | sqlo_lob_desc_t |
LOB descriptor type Hides the Oracle type OCILobLocator*. | |
typedef void(* | sqlo_signal_handler_t )(void) |
The type of the signal handler function. | |
Enumerations | |
enum | sqlo_oci_handle_types_e { SQLO_OCI_HTYPE_ENV = 1, SQLO_OCI_HTYPE_ERROR = 2, SQLO_OCI_HTYPE_SVCCTX = 3, SQLO_OCI_HTYPE_SERVER = 4, SQLO_OCI_HTYPE_SESSION = 5, SQLO_OCI_HTYPE_STMT = 6 } |
Oracle OCI Handle types used by sqlo_get_oci_handle. More... |
|
A statement handle type. The statement handle stores internally the sqlo_db_handle in the upper 16 bit |
|
Oracle OCI Handle types used by sqlo_get_oci_handle.
|