OCILIB (C and C++ Driver for Oracle)  4.6.3
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cocilib::BindResolver< T >Internal usage. Allow resolving a native type used by C API from a C++ type in binding operations
 Cocilib::BindResolverType< I, O, B >Resolve a bind input / output types
 Cocilib::BindResolverType< big_int, big_int, false >
 Cocilib::BindResolverType< big_uint, big_uint, false >
 Cocilib::BindResolverType< Blob, OCI_Lob *, true >
 Cocilib::BindResolverType< Blong, OCI_Long *, true >
 Cocilib::BindResolverType< bool, boolean, false >
 Cocilib::BindResolverType< Clob, OCI_Lob *, true >
 Cocilib::BindResolverType< Clong, OCI_Long *, true >
 Cocilib::BindResolverType< Date, OCI_Date *, true >
 Cocilib::BindResolverType< double, double, false >
 Cocilib::BindResolverType< File, OCI_File *, true >
 Cocilib::BindResolverType< float, float, false >
 Cocilib::BindResolverType< I, O, true >
 Cocilib::BindResolverType< int, int, false >
 Cocilib::BindResolverType< Interval, OCI_Interval *, true >
 Cocilib::BindResolverType< NClob, OCI_Lob *, true >
 Cocilib::BindResolverType< Number, OCI_Number *, true >
 Cocilib::BindResolverType< Object, OCI_Object *, true >
 Cocilib::BindResolverType< ostring, otext, false >
 Cocilib::BindResolverType< ostring, unsigned char, false >
 Cocilib::BindResolverType< Reference, OCI_Ref *, true >
 Cocilib::BindResolverType< short, short, false >
 Cocilib::BindResolverType< Statement, OCI_Statement *, true >
 Cocilib::BindResolverType< T, T, false >
 Cocilib::BindResolverType< Timestamp, OCI_Timestamp *, true >
 Cocilib::BindResolverType< unsigned int, unsigned int, false >
 Cocilib::BindResolverType< unsigned short, unsigned short, false >
 Cocilib::CollectionElement< T >Class used for handling transient collection value. it is used internally by the Collection<T> class:
 Cocilib::CollectionIterator< T >STL compliant Collection Random iterator class
 Cocilib::Enum< T >Template Enumeration template class providing some type safety to some extends for manipulating enumerated variables
 Cocilib::Enum< ExceptionTypeValues >
 Cocilib::EnvironmentStatic class in charge of library initialization / cleanup
 Cstd::exceptionSTL class
 Cocilib::Flags< T >Template Flags template class providing some type safety to some extends for manipulating flags set variables
 Cocilib::Flags< EnvironmentFlagsValues >
 Cocilib::HandleHolder< T >Template class providing OCILIB handles auto memory, life cycle and scope management
 Cocilib::HandleHolder< AnyPointer >
 Cocilib::HandleHolder< OCI_Agent *>
 Cocilib::HandleHolder< OCI_Bind *>
 Cocilib::HandleHolder< OCI_Coll *>
 Cocilib::HandleHolder< OCI_Column *>
 Cocilib::HandleHolder< OCI_Connection *>
 Cocilib::HandleHolder< OCI_Date *>
 Cocilib::HandleHolder< OCI_Dequeue *>
 Cocilib::HandleHolder< OCI_DirPath *>
 Cocilib::HandleHolder< OCI_Enqueue *>
 Cocilib::HandleHolder< OCI_Event *>
 Cocilib::HandleHolder< OCI_File *>
 Cocilib::HandleHolder< OCI_Interval *>
 Cocilib::HandleHolder< OCI_Lob *>
 Cocilib::HandleHolder< OCI_Long *>
 Cocilib::HandleHolder< OCI_Msg *>
 Cocilib::HandleHolder< OCI_Number *>
 Cocilib::HandleHolder< OCI_Object *>
 Cocilib::HandleHolder< OCI_Pool *>
 Cocilib::HandleHolder< OCI_Ref *>
 Cocilib::HandleHolder< OCI_Resultset *>
 Cocilib::HandleHolder< OCI_Statement *>
 Cocilib::HandleHolder< OCI_Subscription *>
 Cocilib::HandleHolder< OCI_Timestamp *>
 Cocilib::HandleHolder< OCI_Transaction *>
 Cocilib::HandleHolder< OCI_TypeInfo *>
 Cocilib::MutexStatic class allowing managing mutexes
 Cocilib::NumericTypeResolver< T >Allow resolving a the C API numeric enumerated type from a C++ type
 Cocilib::QueueClass allowing the administration of Oracle Queues
 Cocilib::QueueTableClass allowing the administration of Oracle Queue tables
 Cocilib::StreamableAbstract class allowing derived classes to be compatible with any type supporting the operator << ocilib::ostring
 Cocilib::ThreadStatic class allowing to manipulate threads
 Cocilib::ThreadKeyStatic class allowing to set/get thread local storage (TLS) values for a given unique key