clauses

Interfaces

AskClause

Interface with the methods available to make a ASK query.

FinishClause

Interface with methods to construct the final SPARQL query string.

FromClause

Interface with the methods available to make a FROM statement.

GroupClause

Interface with the methods available to make a GROUP BY statement.

HavingClause

Interface with the methods available to make a HAVING statement.

LimitClause

Interface with the methods available to make a LIMIT statement.

LimitOffsetClause

Interface that specify union of the LIMIT and OFFSET statements.

OffsetClause

Interface with the methods available to make a OFFSET statement.

OrderClause

Interface with the methods available to make a ORDER BY statement.

QueryClause

Interface that describes the base entry of any query statement.

SelectClause

Interface with the methods available to make a SELECT query.

ValuesClause

Interface with the methods to add a VALUES statement.

WhereClause

Interface with the methods available to make a WHERE statement.