| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeleteStatementImpl
DeleteStatement implementation. |
| Modifier and Type | Method and Description |
|---|---|
DeleteStatement |
TableImpl.delete() |
DeleteStatement |
Table.delete()
Create a new delete statement.
|
DeleteStatement |
DeleteStatement.limit(long numberOfRows)
Add/replace the row limit for the deletion.
|
DeleteStatement |
DeleteStatement.orderBy(java.lang.String... sortFields)
Add/replace the order by specification for the deletion.
|
DeleteStatement |
DeleteStatement.where(java.lang.String searchCondition)
Add/replace the filter for the deletion.
|