|
| Filter (const char *w) |
|
| Filter (const std::string &w) |
|
void | AppendField (const std::string &strField) |
|
void | AppendJoin (const std::string &strJoin) |
|
void | AppendWhere (const std::string &strWhere, bool combineWithAnd=true) |
|
void | AppendOrder (const std::string &strOrder) |
|
void | AppendGroup (const std::string &strGroup) |
|
|
std::string | fields |
|
std::string | join |
|
std::string | where |
|
std::string | order |
|
std::string | group |
|
std::string | limit |
|
The documentation for this class was generated from the following files:
- xbmc/dbwrappers/Database.h
- xbmc/dbwrappers/Database.cpp