Main Page | Modules | File List | Globals | Related Pages | Examples

Typedefs


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...

Typedef Documentation

typedef int sqlo_stmt_handle_t
 

A statement handle type.

The statement handle stores internally the sqlo_db_handle in the upper 16 bit

Definition at line 316 of file sqlora.h.


Enumeration Type Documentation

enum sqlo_oci_handle_types_e
 

Oracle OCI Handle types used by sqlo_get_oci_handle.

Enumeration values:
SQLO_OCI_HTYPE_ENV  Environment handle.
SQLO_OCI_HTYPE_ERROR  Error handle.
SQLO_OCI_HTYPE_SVCCTX  Service context handle.
SQLO_OCI_HTYPE_SERVER  Server handle.
SQLO_OCI_HTYPE_SESSION  Session handle.
SQLO_OCI_HTYPE_STMT  Statement handle.

Definition at line 323 of file sqlora.h.


Generated on Mon May 21 13:38:41 2007 for libsqlora8 by  doxygen 1.3.9.1