Uses of Interface
cc.carm.lib.easysql.api.builder.InsertBuilder
-
Packages that use InsertBuilder Package Description cc.carm.lib.easysql.api cc.carm.lib.easysql.builder.impl cc.carm.lib.easysql.manager -
-
Uses of InsertBuilder in cc.carm.lib.easysql.api
Methods in cc.carm.lib.easysql.api that return InsertBuilder Modifier and Type Method Description InsertBuilder<PreparedSQLUpdateAction>SQLManager. createInsert(@NotNull java.lang.String tableName)创建一条插入操作InsertBuilder<PreparedSQLUpdateBatchAction>SQLManager. createInsertBatch(@NotNull java.lang.String tableName)创建支持多组数据的插入操作 -
Uses of InsertBuilder in cc.carm.lib.easysql.builder.impl
Classes in cc.carm.lib.easysql.builder.impl that implement InsertBuilder Modifier and Type Class Description classInsertBuilderImpl<T extends SQLAction<?>> -
Uses of InsertBuilder in cc.carm.lib.easysql.manager
Methods in cc.carm.lib.easysql.manager that return InsertBuilder Modifier and Type Method Description InsertBuilder<PreparedSQLUpdateAction>SQLManagerImpl. createInsert(@NotNull java.lang.String tableName)InsertBuilder<PreparedSQLUpdateBatchAction>SQLManagerImpl. createInsertBatch(@NotNull java.lang.String tableName)
-