类 InsertSqlExecutor
java.lang.Object
org.elsfs.tool.sql.abs.CompositeSqlFragment
org.elsfs.tool.sql.abs.AbstractInsertSql<C>
org.elsfs.tool.sql.builder.GenericInsertSql<InsertSqlExecutor>
org.elsfs.tool.sql.executor.InsertSqlExecutor
- 所有已实现的接口:
InsertSql<InsertSqlExecutor>,SqlExecutor<Integer>,SqlFragment,SqlParameterManagerAware
public class InsertSqlExecutor
extends GenericInsertSql<InsertSqlExecutor>
implements SqlExecutor<Integer>
插入SQL执行器
- 作者:
- zeng
-
嵌套类概要
从类继承的嵌套类/接口 org.elsfs.tool.sql.abs.AbstractInsertSql
AbstractInsertSql.ConflictUpdateSqlImpl从接口继承的嵌套类/接口 org.elsfs.tool.sql.interfaces.inset.InsertSql
InsertSql.ConflictUpdateSql<C> -
字段概要
从类继承的字段 org.elsfs.tool.sql.abs.AbstractInsertSql
childThis -
构造器概要
构造器 -
方法概要
从类继承的方法 org.elsfs.tool.sql.builder.GenericInsertSql
getSqlParameterManager从类继承的方法 org.elsfs.tool.sql.abs.AbstractInsertSql
beforeBuild, doNothing, doUpdate, fields, fields, fields, fieldsEnum, insertInto, insertInto, onConflict, values, values从类继承的方法 org.elsfs.tool.sql.abs.CompositeSqlFragment
addSqlFragment, buildSqlFragment从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.elsfs.tool.sql.interfaces.SqlFragment
buildSqlFragment
-
构造器详细资料
-
InsertSqlExecutor
-
-
方法详细资料
-
execute
执行SQL- 指定者:
execute在接口中SqlExecutor<Integer>- 返回:
- 结果
-
getTableName
- 指定者:
getTableName在类中AbstractInsertSql<InsertSqlExecutor>
-