| backend.hpp [code] | Classes Backend, Backend::Cursor and Backend::Result |
| compatibility.hpp [code] | |
| cursor.hpp [code] | Contains class Cursor |
| database.hpp [code] | Database-class |
| datasource.hpp [code] | SelectObjectQuery<T> and DataSource<T> |
| datetime.hpp [code] | Constains Date, Time and DateTime - classes |
| except.hpp [code] | Litesql's exception classes |
| expr.hpp [code] | Contains Expr-class hierarchy and operator overloadings for them |
| field.hpp [code] | FieldType- and Field-classes |
| litesql.hpp [code] | Include this from your project |
| mysql.hpp [code] | MySQL MySQL::Cursor MySQL::Backend |
| operations.hpp [code] | Select<T>, intersect<T>, union_<T>, except<T> |
| persistent.hpp [code] | Persistent |
| postgresql.hpp [code] | PostgreSQL PostgreSQL::Result PostgreSQL::Cursor |
| relation.hpp [code] | See Using Relations |
| selectquery.hpp [code] | SelectQuery-class |
| split.hpp [code] | Class Split |
| sqlite3.hpp [code] | SQLite3 SQLite3::Result SQLite3::Cursor |
| string.hpp [code] | Helpful string utils |
| types.hpp [code] | Class Record and typedef Records |
| updatequery.hpp [code] | UpdateQuery-class |
| utils.hpp [code] | Includes string.hpp and split.hpp |