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


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 292 of file sqlora.h.


Generated on Mon Aug 25 12:28:30 2003 for libsqlora8 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002