public static class SqlStatement.Delete extends SqlStatement
SqlStatement.Condition, SqlStatement.Delete, SqlStatement.Insert, SqlStatement.ResultSetReader, SqlStatement.Select, SqlStatement.Update
forUpdate, sb, values
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return the DELETE Statement
|
SqlStatement.Delete |
where(SqlStatement.Condition condition)
Set the where clause for DELETE
|
and, between, deleteFrom, getCount, getNewStatementWithValues, greaterThan, greaterThanOrEqual, in, in, insertInto, isEqual, isLike, isNotEqual, isNotLike, isNotNull, isNull, lessThan, lessThanOrEqual, notBetween, notIn, notIn, or, parse, prepare, prepare, prepareAndSetValues, prepareForBatch, selectAllFrom, selectColumns, setValue, update
public SqlStatement.Delete where(SqlStatement.Condition condition)
condition
- condition for where clauseDelete
for cascadingCopyright © 2018 Apache Software Foundation. All rights reserved.