Package org.sqlite.parser.ast
Class SelectTable
java.lang.Object
org.sqlite.parser.ast.SelectTable
- All Implemented Interfaces:
ToSql
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic SelectTablestatic SelectTablesub(FromClause from, As as) static SelectTabletable(QualifiedName tblName, As as, Indexed indexed) static SelectTabletableCall(QualifiedName tblName, List<Expr> exprs, As as) voidtoSql(Appendable a)
-
Field Details
-
tblName
-
indexed
-
exprs
-
select
-
from
-
as
-
-
Method Details
-
table
-
tableCall
-
select
-
sub
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-