Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
CDatabase::ExistsSubQuery Class Reference

#include <Database.h>

Public Member Functions

 ExistsSubQuery (const std::string &table)
 
 ExistsSubQuery (const std::string &table, const std::string &parameter)
 
void AppendJoin (const std::string &strJoin)
 
void AppendWhere (const std::string &strWhere, bool combineWithAnd=true)
 
bool BuildSQL (std::string &strSQL)
 

Public Attributes

std::string tablename
 
std::string param
 
std::string join
 
std::string where
 

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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)

Member Data Documentation

◆ 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: