接口 RemoveStatement
-
- 所有超级接口:
Statement<RemoveStatement,Result>
- 所有已知实现类:
RemoveStatementImpl
public interface RemoveStatement extends Statement<RemoveStatement,Result>
A statement requesting to remove a set of documents.
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 com.mysql.cj.xdevapi.Statement
Statement.LockContention
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 RemoveStatementlimit(long numberOfRows)Add/replace the document limit for the removal.RemoveStatementorderBy(String... sortFields)已过时。RemoveStatementsort(String... sortFields)Add/replace the order specification for the removal.-
从接口继承的方法 com.mysql.cj.xdevapi.Statement
bind, bind, bind, bind, clearBindings, execute, executeAsync
-
-
-
-
方法详细资料
-
orderBy
@Deprecated RemoveStatement orderBy(String... sortFields)
已过时。Add/replace the order specification for the removal.- 参数:
sortFields- sort expression- 返回:
RemoveStatement
-
sort
RemoveStatement sort(String... sortFields)
Add/replace the order specification for the removal.- 参数:
sortFields- sort expression- 返回:
RemoveStatement
-
limit
RemoveStatement limit(long numberOfRows)
Add/replace the document limit for the removal.- 参数:
numberOfRows- limit- 返回:
RemoveStatement
-
-