CppDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Classes | Typedefs
cppdb::backend Namespace Reference

This namepace includes all classes required to implement a cppdb SQL backend. More...

Classes

class  result
 This class represents query result. More...
class  statement
 This class represents a statement that can be either executed or queried for result. More...
class  driver
 This class represents a driver that creates connections for given connection string, custom drivers can be are installed using this class. More...
class  loadable_driver
 This class represents a driver that can be unloaded from the driver_manager. More...
class  static_driver
 Create a static driver using connection function (usable for statically linking drivers). More...
class  connection
 this class represents connection to database More...

Typedefs

typedef
cppdb::backend::connection
cppdb_backend_connect_function (connection_info const &ci)

Detailed Description

This namepace includes all classes required to implement a cppdb SQL backend.


Typedef Documentation

This function type is the function that is generally resolved from the shared objects when loaded

 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator