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 FromClause
from
(FromClause from, JoinOperator op) static FromClause
from
(FromClause from, SelectTable select, JoinConstraint constraint) static FromClause
from
(QualifiedName qualifiedName) static FromClause
static FromClause
from
(SelectBody subSelect) void
toSql
(Appendable a)
-
Field Details
-
select
-
joins
-
-
Constructor Details
-
FromClause
-
-
Method Details
-
from
-
from
-
from
-
from
-
from
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-