kodi
Public Member Functions | Public Attributes | List of all members
CDatabase::Filter Class Reference

Public Member Functions

 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)
 

Public Attributes

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: