update or delete followed by droptable gives floating point exception
[csql.git] / include / CSql.h
blob45587ec839955a77f8dbaaaeef9c806ab3ccf697
1 /***************************************************************************
2 * Copyright (C) 2007 by www.databasecache.com *
3 * Contact: praba_tuty@databasecache.com *
4 * *
5 * This program is free software; you can redistribute it and/or modify *
6 * it under the terms of the GNU General Public License as published by *
7 * the Free Software Foundation; either version 2 of the License, or *
8 * (at your option) any later version. *
9 * *
10 * This program is distributed in the hope that it will be useful, *
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13 * GNU General Public License for more details. *
14 * *
15 ***************************************************************************/
16 #ifndef CSQL_H
17 #define CSQL_H
18 #include<Session.h>
19 #include<DatabaseManager.h>
20 #include<UserManager.h>
21 #include<Table.h>
22 #include<Predicate.h>
23 #include<DataType.h>
24 #include<ErrorType.h>
25 #include<Config.h>
26 #include<Info.h>
27 #include<Expression.h>
28 #endif