LiteSQL
litesql.hpp
Go to the documentation of this file.
1 /* LiteSQL
2  *
3  * The list of contributors at http://litesql.sf.net/
4  *
5  * See LICENSE for copyright information. */
9 #ifndef litesql_hpp
10 #define litesql_hpp
11 #include "litesql/types.hpp"
12 #include "litesql/datetime.hpp"
13 #include "litesql/except.hpp"
14 #include "litesql/cursor.hpp"
15 #include "litesql/database.hpp"
16 #include "litesql/expr.hpp"
17 #include "litesql/selectquery.hpp"
18 #include "litesql/datasource.hpp"
19 #include "litesql/persistent.hpp"
20 #endif // #ifndef litesql_hpp
21 
Contains class Cursor.
Database-class.
selectObjectQuery<T> and DataSource<T>
contains classes for handling date and time data.
contains litesql's exception classes
Contains Expr-class hierarchy and operator overloadings for them.
Persistent.
contains SelectQuery-class.
contains class Record and typedef Records

SourceForge.net Logo