See: Description
| Interface | Description | 
|---|---|
| Query<T> | 
 An object that represents a compiled and validated SQL query. 
 | 
| QueryBuilder | 
 A builder for query objects, capable of creating queries which reference
 tables from multiple datasets. 
 | 
| QueryResult<T> | 
 Represents the result of a query. 
 | 
| Tuple | 
 Interface for extracting the elements of a query result tuple. 
 | 
| Exception | Description | 
|---|---|
| QueryParseException | 
 Thrown if a SQL query string cannot be parsed. 
 | 
 The main entry point is the Query
 interface which can be obtained through a QueryBuilder.
 
For more information, check the respective SQL introduction chapter in the documentation.