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 SelectBodyfinal Limitfinal List<SortedColumn>final With -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Selectstatic Selectfrom(SelectBody body) voidtoSql(Appendable a)
-
Field Details
-
with
-
body
-
orderBy
-
limit
-
-
Constructor Details
-
Select
-
-
Method Details
-
from
-
from
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-