public interface Select extends Segment, Visitable
SELECT
statement. Visiting order:
SELECT columns
FROM tables
clauseJOINs
WHERE
conditionORDER BY fields
StatementBuilder
,
SelectBuilder
,
SQL
Modifier and Type | Method and Description |
---|---|
static SelectBuilder |
builder()
Creates a new
SelectBuilder . |
OptionalLong |
getLimit()
Optional limit.
|
OptionalLong |
getOffset()
Optional offset.
|
List<OrderByField> |
getOrderBy() |
boolean |
isDistinct()
Flag if this select is to return distinct rows.
|
static SelectBuilder builder()
SelectBuilder
.SelectBuilder
.List<OrderByField> getOrderBy()
OptionalLong getLimit()
OptionalLong getOffset()
boolean isDistinct()
Copyright © 2017–2020 Pivotal Software, Inc.. All rights reserved.