Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cSQLCmdWhere Member List

This is the complete list of members for GrayLib::cSQLCmdWhere, including all inherited members.

AddWhereCmd(const char *pszWhereCmd, bool bUseOr=false)GrayLib::cSQLCmdWhere
AddWhereDouble(const char *pszColumnName, double value, SQL_COMPARE_TYPE eCmp=SQL_COMPARE_Equals, bool bUseOr=false)GrayLib::cSQLCmdWhere
AddWhereInt(const char *pszColumnName, int value, SQL_COMPARE_TYPE eCmp=SQL_COMPARE_Equals, bool bUseOr=false)GrayLib::cSQLCmdWhere
AddWhereStr(const char *pszColumnName, const char *pszValue, SQL_COMPARE_TYPE eCmp=SQL_COMPARE_Equals, bool bUseOr=false)GrayLib::cSQLCmdWhere
AddWhereTime(const char *pszColumnName, const cTimeDouble &date, SQL_COMPARE_TYPE eCmp=SQL_COMPARE_Equals, bool bUseOr=false)GrayLib::cSQLCmdWhere
AddWhereUInt(const char *pszColumnName, UINT value, SQL_COMPARE_TYPE eCmp=SQL_COMPARE_Equals, bool bUseOr=false)GrayLib::cSQLCmdWhere
AddWhereV(const char *pszColumnName, const char *pszValue=nullptr, SQL_COMPARE_TYPE eCmp=SQL_COMPARE_IS_NULL, bool bUseOr=false)GrayLib::cSQLCmdWhere
cSQLCmdWhere()GrayLib::cSQLCmdWhere
k_ParamGrayLib::cSQLCmdWherestatic
k_SQLComparesGrayLib::cSQLCmdWherestatic
MakeCommandWhere(const cSQLConfigCmd &cmd, bool bIncludeWhereLiteral=true)GrayLib::cSQLCmdWhere
ResetCommandWhere()GrayLib::cSQLCmdWhere
SetWhereParenthesis()GrayLib::cSQLCmdWhere