Interface Select
AST for a
SELECT statement. Visiting order:
- Self
SELECT columnsFROM tablesclauseJOINsWHEREconditionORDER BY fields
- Since:
- 1.1
- Author:
- Mark Paluch, Myeonghyeon Lee
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic SelectBuilderbuilder()Creates a newSelectBuilder.getFrom()getLimit()Optional limit.@Nullable LockModeOptional offset.booleanFlag if this select is to return distinct rows.