Package org.sqlite.parser.ast
Class Delete
java.lang.Object
org.sqlite.parser.ast.Delete
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Indexed
final Limit
final List<SortedColumn>
final QualifiedName
final Expr
final With
-
Constructor Summary
ConstructorsConstructorDescriptionDelete
(With with, QualifiedName tblName, Indexed indexed, Expr whereClause, List<SortedColumn> orderBy, Limit limit) -
Method Summary
-
Field Details
-
with
-
tblName
-
indexed
-
whereClause
-
orderBy
-
limit
-
-
Constructor Details
-
Delete
public Delete(With with, QualifiedName tblName, Indexed indexed, Expr whereClause, List<SortedColumn> orderBy, Limit limit)
-
-
Method Details
-
toSql
- Specified by:
toSql
in interfaceToSql
- Throws:
IOException
-