Package org.sqlite.parser.ast
Class Delete
java.lang.Object
org.sqlite.parser.ast.Delete
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Indexedfinal Limitfinal List<SortedColumn>final QualifiedNamefinal Exprfinal 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:
toSqlin interfaceToSql- Throws:
IOException
-