Main Page | Class Hierarchy | Data Structures | File List | Data Fields | Globals | Related Pages

CDB Documentation

0.2.0-alpha9

CDB next database client library C++ Database Api.

CDB is the main class of this Api. It loads the drivers via dlopen or with a static linked driver_symbol. The initilized CDB object is passed to the CDBconnection object. This class uses the CDB object to handle the whole connection and its state. If a connection is etablished you can pass the CDBconnection object to a CDBquery object. CDBquery defines methods and operators to Prepare and execute SQL-Statements and examine it resultset. The whole api is abstract and not specialized to any database. The only one which is different on several databases is the executed SQL code.

License

CDB is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

CDB is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with CDB; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Author:
Joerg Hundertmarck, <joerg@hirnfrei.org>
Date:
20.03.2005

Generated on Mon Feb 6 00:30:31 2006 for CDB by  doxygen 1.4.4