| Package | Description |
|---|---|
| com.mysql.cj.xdevapi |
Java classes for X DevAPI support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoveStatementImpl
RemoveStatement implementation. |
| Modifier and Type | Method and Description |
|---|---|
RemoveStatement |
RemoveStatement.limit(long numberOfRows)
Add/replace the document limit for the removal.
|
RemoveStatement |
RemoveStatementImpl.orderBy(java.lang.String... sortFields)
Deprecated.
|
RemoveStatement |
RemoveStatement.orderBy(java.lang.String... sortFields)
Deprecated.
|
RemoveStatement |
CollectionImpl.remove(java.lang.String searchCondition) |
RemoveStatement |
Collection.remove(java.lang.String searchCondition)
Create a new removal statement affecting documents matching the given search condition.
|
RemoveStatement |
RemoveStatement.sort(java.lang.String... sortFields)
Add/replace the order specification for the removal.
|
RemoveStatement |
RemoveStatementImpl.where(java.lang.String searchCondition)
Deprecated.
Deprecated in Connector/J 8.0.17. Please use filter criteria in the operation starting method.
|