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