#include <Database.h>
◆ Filter() [1/3]
CDatabase::Filter::Filter |
( |
| ) |
|
|
inline |
◆ Filter() [2/3]
CDatabase::Filter::Filter |
( |
const char * | w | ) |
|
|
inlineexplicit |
◆ Filter() [3/3]
CDatabase::Filter::Filter |
( |
const std::string & | w | ) |
|
|
inlineexplicit |
◆ AppendField()
void CDatabase::Filter::AppendField |
( |
const std::string & | strField | ) |
|
◆ AppendGroup()
void CDatabase::Filter::AppendGroup |
( |
const std::string & | strGroup | ) |
|
◆ AppendJoin()
void CDatabase::Filter::AppendJoin |
( |
const std::string & | strJoin | ) |
|
◆ AppendOrder()
void CDatabase::Filter::AppendOrder |
( |
const std::string & | strOrder | ) |
|
◆ AppendWhere()
void CDatabase::Filter::AppendWhere |
( |
const std::string & | strWhere, |
|
|
bool | combineWithAnd = true ) |
◆ fields
std::string CDatabase::Filter::fields |
◆ group
std::string CDatabase::Filter::group |
◆ join
std::string CDatabase::Filter::join |
◆ limit
std::string CDatabase::Filter::limit |
◆ order
std::string CDatabase::Filter::order |
◆ where
std::string CDatabase::Filter::where |
The documentation for this class was generated from the following files: