接口的使用
com.mysql.cj.xdevapi.UpdateStatement
-
使用UpdateStatement的程序包 程序包 说明 com.mysql.cj.xdevapi Java classes for X DevAPI support. -
-
com.mysql.cj.xdevapi中UpdateStatement的使用
实现UpdateStatement的com.mysql.cj.xdevapi中的类 修饰符和类型 类 说明 classUpdateStatementImplUpdateStatementimplementation.返回UpdateStatement的com.mysql.cj.xdevapi中的方法 修饰符和类型 方法 说明 UpdateStatementUpdateStatement. limit(long numberOfRows)Add/replace the row limit for this statement.UpdateStatementUpdateStatement. orderBy(String... sortFields)Add/replace the order specification for this statement.UpdateStatementUpdateStatement. set(String field, Object value)Add the given update to the statement setting field to value for all rows matching the search criteria.UpdateStatementUpdateStatement. set(Map<String,Object> fieldsAndValues)Add the given set of updates to the statement.UpdateStatementUpdateStatementImpl. set(String field, Object value)UpdateStatementUpdateStatementImpl. set(Map<String,Object> fieldsAndValues)UpdateStatementTable. update()Create a new update statement.UpdateStatementTableImpl. update()UpdateStatementUpdateStatement. where(String searchCondition)Add/replace the search criteria for this statement.
-