Package org.sqlite.parser.ast
Class FromClause
java.lang.Object
org.sqlite.parser.ast.FromClause
- All Implemented Interfaces:
ToSql
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FromClausefrom(FromClause from, JoinOperator op) static FromClausefrom(FromClause from, SelectTable select, JoinConstraint constraint) static FromClausefrom(QualifiedName qualifiedName) static FromClausestatic FromClausefrom(SelectBody subSelect) voidtoSql(Appendable a)
-
Field Details
-
select
-
joins
-
-
Constructor Details
-
FromClause
-
-
Method Details
-
from
-
from
-
from
-
from
-
from
-
toSql
- Specified by:
toSqlin interfaceToSql- Throws:
IOException
-