Package org.sqlite.parser.ast
Class JoinedSelectTable
java.lang.Object
org.sqlite.parser.ast.JoinedSelectTable
- All Implemented Interfaces:
ToSql
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJoinedSelectTable
(JoinOperator operator, SelectTable select, JoinConstraint constraint) -
Method Summary
-
Field Details
-
operator
-
select
-
constraint
-
-
Constructor Details
-
JoinedSelectTable
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-