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 SelectTable
static SelectTable
sub
(FromClause from, As as) static SelectTable
table
(QualifiedName tblName, As as, Indexed indexed) static SelectTable
tableCall
(QualifiedName tblName, List<Expr> exprs, As as) void
toSql
(Appendable a)
-
Field Details
-
tblName
-
indexed
-
exprs
-
select
-
from
-
as
-
-
Method Details
-
table
-
tableCall
-
select
-
sub
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-