addProjection(const Projection &projection) | Select | |
addProjection(const Variable &variable) | Select | |
addProjection(const Function &function, const Variable &alias=Variable::invalid()) | Select | |
addProjection(const Select &select, const Variable &alias=Variable::invalid()) | Select | |
addProjection(const LiteralValue &literalValue) | Select | |
addRestriction(const PatternBase &pattern) | Select | |
addRestriction(const Value &s, const Value &p, const Value &o) | Select | |
addRestriction(const Value &s, const ValueChain &chain, const Value &o) | Select | |
filter() const | Select | |
isEmpty() const | Select | |
limit() const | Select | |
offset() const | Select | |
operator!=(const Select &other) const (defined in Select) | Select | |
operator=(const Select &other) (defined in Select) | Select | |
operator==(const Select &other) const (defined in Select) | Select | |
orderBy() const | Select | |
projections() const | Select | |
restrictions() const | Select | |
Select() | Select | |
Select(const Select &other) (defined in Select) | Select | |
setFilter(const Filter &filter) | Select | |
setLimit(long limit) | Select | |
setOffset(long offset) | Select | |
setOrderBy(const Value &order) | Select | |
sparql(Options::SparqlOptions options=Options::DefaultSparqlOptions) const | Select | |
~Select() (defined in Select) | Select |