![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
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_Param | GrayLib::cSQLCmdWhere | static |
k_SQLCompares | GrayLib::cSQLCmdWhere | static |
MakeCommandWhere(const cSQLConfigCmd &cmd, bool bIncludeWhereLiteral=true) | GrayLib::cSQLCmdWhere | |
ResetCommandWhere() | GrayLib::cSQLCmdWhere | |
SetWhereParenthesis() | GrayLib::cSQLCmdWhere |