Uses of Interface
cc.carm.lib.easysql.api.action.SQLUpdateAction
-
Packages that use SQLUpdateAction Package Description cc.carm.lib.easysql.api.action cc.carm.lib.easysql.api.builder -
-
Uses of SQLUpdateAction in cc.carm.lib.easysql.api.action
Subinterfaces of SQLUpdateAction in cc.carm.lib.easysql.api.action Modifier and Type Interface Description interface
PreparedSQLUpdateAction<T extends java.lang.Number>
Methods in cc.carm.lib.easysql.api.action that return SQLUpdateAction Modifier and Type Method Description SQLUpdateAction<T>
SQLUpdateAction. returnGeneratedKey()
设定该操作返回自增键序列。<N extends java.lang.Number>
SQLUpdateAction<N>SQLUpdateAction. returnGeneratedKey(java.lang.Class<N> keyTypeClass)
设定该操作返回自增键序列。 -
Uses of SQLUpdateAction in cc.carm.lib.easysql.api.builder
Methods in cc.carm.lib.easysql.api.builder that return SQLUpdateAction Modifier and Type Method Description SQLUpdateAction<java.lang.Integer>
TableCreateBuilder. build()
将现有条件构建完整的SQL语句用于执行。
-