db_conn  v0.2.1-alpha
Database Connection API
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Nvgi
 Ndbconn
 Ndbd
 Nsqlite
 CconnectionConnection - is a class that implements dbi::iconnection interface and represents native database connection handle, in case of sqlite it's a C++ wrap around around sqlite3
 CdriverSqlite driver class based on sqlite3 C++ library
 Cresult_setResult_set - is a class that implements dbi::iresult_set interface and represents results of SQL query execution with collection of helper function to make the retrieval of the results of a query execution an easy task
 CstatementStatement - is a class that implements dbi::istatement interface and represents native database statement structure, in case of sqlite it's a C++ wrap around sqlite3_stmt that also contains result set structure
 Nsybase
 CconnectionConnection - is a class that implements dbi::iconnection interface and represents native database connection handle, in case of Sybase it's a C++ wrap around around CS_CONTEXT and CS_CONNECTION
 CdriverSybase ASE driver class based on ctlib sybase C library
 Cresult_setResult_set - is a class that implements dbi::iresult_set interface and represents results of SQL query execution with collection of helper function to make the retrieval of the results of a query execution an easy task
 CstatementStatement - is a class that implements dbi::istatement interface and represents native database statement structure, in case of Sybase it's a C++ wrap around CS_COMMAND that also contains result set structure
 CdriverDriver is a singleton template class which creates a concrete driver on load() and returns its instance
 CidriverIdriver - is an interface for driver classes which declares function for creating a connection object
 Ndbi
 CconnectionConnection - is a class that manages native driver connection handle
 CiconnectionIconnection - is an interface that describes common functionality for all concrete native implementations for a connection class
 Ciresult_setIresult_set - is an interface that describes common functionality for all concrete native implementations for a result_set class
 CistatementIstatement - is an interface that describes common functionality for all concrete native implementations for a statement class
 Cresult_setResult_set - is a class that manages native driver result_set handle
 CstatementStatement - is a class that manages native driver statement handle