LiteSQL 0.3.10
litesql.hpp
Go to the documentation of this file.
1/* This library is free software; you can redistribute it and/or
2 * modify it under the terms of the GNU Lesser General Public
3 * License as published by the Free Software Foundation; either
4 * version 2.1 of the License, or (at your option) any later version.
5 *
6 * This library is distributed in the hope that it will be useful,
7 * but WITHOUT ANY WARRANTY; without even the implied warranty of
8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9 * Lesser General Public License for more details.
10 *
11 * You should have received a copy of the GNU Lesser General Public
12 * License along with this library; if not, write to the Free Software
13 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
14 * USA
15*/
18
19#ifndef __litesql_hpp
20#define __litesql_hpp
21#include "litesql/types.hpp"
22#include "litesql/datetime.hpp"
23#include "litesql/except.hpp"
24#include "litesql/cursor.hpp"
25#include "litesql/database.hpp"
26#include "litesql/expr.hpp"
30#endif
Contains class Cursor.
Database-class.
selectObjectQuery<T> and DataSource<T>
constains Date, Time and DateTime - classes
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