Package org.sqlite.parser.ast
Class Select
java.lang.Object
org.sqlite.parser.ast.Select
- All Implemented Interfaces:
Stmt
,ToSql
,TriggerCmd
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal SelectBody
final Limit
final List<SortedColumn>
final With
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Select
static Select
from
(SelectBody body) void
toSql
(Appendable a)
-
Field Details
-
with
-
body
-
orderBy
-
limit
-
-
Constructor Details
-
Select
-
-
Method Details
-
from
-
from
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-