Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cSQLCmd.h File Reference

Go to the source code of this file.

Classes

class  GrayLib::cSQLCmd
 
class  GrayLib::cSQLCmdWhere
 
class  GrayLib::cSQLCmdCreate
 
class  GrayLib::cSQLCmdDrop
 
class  GrayLib::cSQLCmdSelect
 
class  GrayLib::cSQLCmdDelete
 
class  GrayLib::cSQLCmdInsertBase
 
class  GrayLib::cSQLCmdInsert
 
class  GrayLib::cSQLCmdUpdate
 

Namespaces

 GrayLib
 

Enumerations

enum  GrayLib::SQLCMD_TYPE {
  GrayLib::SQLCMD_SProc = 0 , GrayLib::SQLCMD_Create , GrayLib::SQLCMD_Drop , GrayLib::SQLCMD_Select ,
  GrayLib::SQLCMD_Delete , GrayLib::SQLCMD_Insert , GrayLib::SQLCMD_Update
}
 
enum  GrayLib::SQL_COMPARE_TYPE {
  GrayLib::SQL_COMPARE_Equals , GrayLib::SQL_COMPARE_GreaterThan , GrayLib::SQL_COMPARE_LessThan , GrayLib::SQL_COMPARE_GreaterThanE ,
  GrayLib::SQL_COMPARE_LessThanE , GrayLib::SQL_COMPARE_NotEqual , GrayLib::SQL_COMPARE_Like , GrayLib::SQL_COMPARE_IS_NULL ,
  GrayLib::SQL_COMPARE_IS_NOT_NULL , GrayLib::SQL_COMPARE_QTY
}
 

Variables

class __DECL_IMPORT GrayLib::cVarMap
 

Detailed Description