Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
DatabaseQuery.h File Reference
#include <memory>
#include <string>
#include <vector>

Classes

class  CDatabaseQueryRule
 
class  IDatabaseQueryRuleFactory
 
class  CDatabaseQueryRuleCombination
 

Typedefs

using CDatabaseQueryRules = std::vector< std::shared_ptr< CDatabaseQueryRule > >
 
using CDatabaseQueryRuleCombinations = std::vector< std::shared_ptr< CDatabaseQueryRuleCombination > >
 

Variables

constexpr const char * DATABASEQUERY_RULE_VALUE_SEPARATOR = " / "
 

Typedef Documentation

◆ CDatabaseQueryRuleCombinations

using CDatabaseQueryRuleCombinations = std::vector<std::shared_ptr<CDatabaseQueryRuleCombination> >

◆ CDatabaseQueryRules

using CDatabaseQueryRules = std::vector<std::shared_ptr<CDatabaseQueryRule> >

Variable Documentation

◆ DATABASEQUERY_RULE_VALUE_SEPARATOR

constexpr const char* DATABASEQUERY_RULE_VALUE_SEPARATOR = " / "
constexpr