#include <Database.h>
§ ExistsSubQuery() [1/2]
CDatabase::ExistsSubQuery::ExistsSubQuery |
( |
const std::string & |
table | ) |
|
|
inlineexplicit |
§ ExistsSubQuery() [2/2]
CDatabase::ExistsSubQuery::ExistsSubQuery |
( |
const std::string & |
table, |
|
|
const std::string & |
parameter |
|
) |
| |
|
inline |
§ AppendJoin()
void CDatabase::ExistsSubQuery::AppendJoin |
( |
const std::string & |
strJoin | ) |
|
§ AppendWhere()
void CDatabase::ExistsSubQuery::AppendWhere |
( |
const std::string & |
strWhere, |
|
|
bool |
combineWithAnd = true |
|
) |
| |
§ BuildSQL()
bool CDatabase::ExistsSubQuery::BuildSQL |
( |
std::string & |
strSQL | ) |
|
§ join
std::string CDatabase::ExistsSubQuery::join |
§ param
std::string CDatabase::ExistsSubQuery::param |
§ tablename
std::string CDatabase::ExistsSubQuery::tablename |
§ where
std::string CDatabase::ExistsSubQuery::where |
The documentation for this class was generated from the following files: