Uses of Interface
cc.carm.lib.easysql.api.action.SQLUpdateAction
-
Packages that use SQLUpdateAction Package Description cc.carm.lib.easysql.action cc.carm.lib.easysql.api.action cc.carm.lib.easysql.api.builder cc.carm.lib.easysql.builder.impl -
-
Uses of SQLUpdateAction in cc.carm.lib.easysql.action
Classes in cc.carm.lib.easysql.action that implement SQLUpdateAction Modifier and Type Class Description classPreparedSQLUpdateActionImpl<T extends java.lang.Number>classSQLUpdateActionImpl<T extends java.lang.Number>Methods in cc.carm.lib.easysql.action that return SQLUpdateAction Modifier and Type Method Description <N extends java.lang.Number>
SQLUpdateAction<N>PreparedSQLUpdateActionImpl. returnGeneratedKey(java.lang.Class<N> keyTypeClass)SQLUpdateAction<T>SQLUpdateActionImpl. returnGeneratedKey()<N extends java.lang.Number>
SQLUpdateAction<N>SQLUpdateActionImpl. returnGeneratedKey(java.lang.Class<N> keyTypeClass) -
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 interfacePreparedSQLUpdateAction<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语句用于执行。 -
Uses of SQLUpdateAction in cc.carm.lib.easysql.builder.impl
Methods in cc.carm.lib.easysql.builder.impl that return SQLUpdateAction Modifier and Type Method Description SQLUpdateAction<java.lang.Integer>TableCreateBuilderImpl. build()
-