00001 /*************************************************************************** 00002 * Copyright (C) 2007 by www.databasecache.com * 00003 * Contact: praba_tuty@databasecache.com * 00004 * * 00005 * This program is free software; you can redistribute it and/or modify * 00006 * it under the terms of the GNU General Public License as published by * 00007 * the Free Software Foundation; either version 2 of the License, or * 00008 * (at your option) any later version. * 00009 * * 00010 * This program is distributed in the hope that it will be useful, * 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of * 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * 00013 * GNU General Public License for more details. * 00014 * * 00015 ***************************************************************************/ 00016 #ifndef CSQL_H 00017 #define CSQL_H 00018 #include<Session.h> 00019 #include<DatabaseManager.h> 00020 #include<UserManager.h> 00021 #include<Table.h> 00022 #include<Predicate.h> 00023 #include<DataType.h> 00024 #include<ErrorType.h> 00025 #include<Config.h> 00026 #include<Info.h> 00027 #endif 00028