接口的使用
com.mysql.cj.xdevapi.DeleteStatement
-
使用DeleteStatement的程序包 程序包 说明 com.mysql.cj.xdevapi Java classes for X DevAPI support. -
-
com.mysql.cj.xdevapi中DeleteStatement的使用
实现DeleteStatement的com.mysql.cj.xdevapi中的类 修饰符和类型 类 说明 classDeleteStatementImplDeleteStatementimplementation.返回DeleteStatement的com.mysql.cj.xdevapi中的方法 修饰符和类型 方法 说明 DeleteStatementTable. delete()Create a new delete statement.DeleteStatementTableImpl. delete()DeleteStatementDeleteStatement. limit(long numberOfRows)Add/replace the row limit for the deletion.DeleteStatementDeleteStatement. orderBy(String... sortFields)Add/replace the order by specification for the deletion.DeleteStatementDeleteStatement. where(String searchCondition)Add/replace the filter for the deletion.
-