public class SelectStatementBuilder extends Object
| Constructor and Description |
|---|
SelectStatementBuilder(Relation relation) |
| Modifier and Type | Method and Description |
|---|---|
List<ProjectionSpec> |
getColumnSpecs()
Returns the projection specs used in this query, in order of appearance
in the "SELECT x, y, z" part of the query.
|
String |
getSQLStatement() |
public SelectStatementBuilder(Relation relation)
public String getSQLStatement()
public List<ProjectionSpec> getColumnSpecs()
ProjectionSpecs