OCILIB (C and C++ Driver for Oracle)  4.6.3
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NocilibOCILIB ++ Namespace
 CAgentAQ identified agent for messages delivery
 CBindInfoProvides SQL bind informations
 CBindResolverInternal usage. Allow resolving a native type used by C API from a C++ type in binding operations
 CBindResolverHandleTypeSimplified resolver for handle types
 CBindResolverScalarTypeSimplified resolver for scalar types that do not need translation
 CBindResolverTypeResolve a bind input / output types
 CCollectionObject identifying the SQL data types VARRAY and NESTED TABLE
 CCollectionElementClass used for handling transient collection value. it is used internally by the Collection<T> class:
 CCollectionIteratorSTL compliant Collection Random iterator class
 CColumnEncapsulate a Resultset column or object member properties
 CConnectionA connection or session with a specific database
 CDateObject identifying the SQL data type DATE
 CDequeueDequeue object for dequeuing messages into an Oracle Queue
 CDirectPathOracle Direct path loading encapsulation
 CEnqueueEnqueue object for queuing messages into an Oracle Queue
 CEnumTemplate Enumeration template class providing some type safety to some extends for manipulating enumerated variables
 CEnvironmentStatic class in charge of library initialization / cleanup
 CEventSubscription Event
 CExceptionException class handling all OCILIB errors
 CFileObject identifying the SQL data type BFILE
 CFlagsTemplate Flags template class providing some type safety to some extends for manipulating flags set variables
 CHandleHolderTemplate class providing OCILIB handles auto memory, life cycle and scope management
 CIntervalObject identifying the SQL data type INTERVAL
 CLobObject identifying the SQL data type LOB (CLOB, NCLOB and BLOB)
 CLongObject identifying the SQL data type LONG
 CMessageAQ message
 CMutexStatic class allowing managing mutexes
 CNumberObject identifying the SQL data type NUMBER
 CNumericTypeResolverAllow resolving a the C API numeric enumerated type from a C++ type
 CObjectObject identifying the SQL data type OBJECT
 CPoolA connection or session Pool
 CQueueClass allowing the administration of Oracle Queues
 CQueueTableClass allowing the administration of Oracle Queue tables
 CReferenceObject identifying the SQL data type REF
 CResultsetDatabase resultset
 CStatementObject used for executing SQL or PL/SQL statement and returning the produced results
 CStreamableAbstract class allowing derived classes to be compatible with any type supporting the operator << ocilib::ostring
 CSubscriptionSubscription to database or objects changes
 CThreadStatic class allowing to manipulate threads
 CThreadKeyStatic class allowing to set/get thread local storage (TLS) values for a given unique key
 CTimestampObject identifying the SQL data type TIMESTAMP
 CTransactionOracle Transaction object
 CTypeInfoProvides type information on Oracle Database objects