类 SQLBatchMoreBuilder
java.lang.Object
com.sh.wf.module.helper.SQLBatchMoreBuilder
Description: 多表批量操作
Title:首亨软件 - 聚天平台
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addBigIntCol(String tableName, String colName, Object obj) addDoubleCol(String tableName, String colName, Object obj) addIntegerCol(String tableName, String colName, Object obj) addObjectCol(String tableName, String colName, Object value) addStringCol(String tableName, String colName, Object obj) addSystemTime(String tableName, String colName) addTextCol(String tableName, String colName, Object obj) addTimestampCol(String tableName, String colName, String time, String format) addTimestampCol(String tableName, String colName, Timestamp timestamp) addTimestampCol(String tableName, String colName, LocalDateTime localDateTime) addTimestampCol(String tableName, String colName, Date date) addTimestampColZone(String tableName, String colName, String time, String format) addWhereBigIntCol(String tableName, String colName, Object obj) addWhereBigIntCol_in(String tableName, String colName, String obj) addWhereCol(String tableName, String colName, String colType, Object obj) addWhereCol_in(String tableName, String colName, String colType, String obj) addWhereDoubleCol(String tableName, String colName, Object obj) addWhereIntegerCol(String tableName, String colName, Object obj) addWhereIntegerCol_in(String tableName, String colName, String obj) addWhereStringCol(String tableName, String colName, Object obj) addWhereStringCol_in(String tableName, String colName, String obj) addWhereTextCol(String tableName, String colName, Object obj) asInsert()asInsertIgnore(String tableName) asInsertOrUpdate(String tableName) asUpdate()String[]endBatch(boolean commit) String[]String[]endBatchRow(String tableName) getSQLBatchBuilder(String tableName) onlyInsert(String tableName) onlyUpdate(String tableName) refreshEveryCount(int refreshCount) refreshEveryCount(String tableName, int refreshCount) reset()setTableName(String... tableNames) setTableNameAlias(String tableName, String alias) 设置表名startBatchRow(String tableName)
-
字段详细资料
-
log4j
protected static org.apache.logging.log4j.Logger log4j
-
-
构造器详细资料
-
SQLBatchMoreBuilder
-
-
方法详细资料
-
setTableName
-
setTableNameAlias
设置表名- 参数:
tableName- 表名alias- 别名- 返回:
-
getBuilderMap
-
getSQLBatchBuilder
-
reset
-
asInsert
-
asInsert
-
asInsertIgnore
-
asInsertIgnore
-
asUpdate
-
asUpdate
-
asInsertOrUpdate
-
asInsertOrUpdate
-
onlyInsert
-
onlyInsert
-
onlyUpdate
-
onlyUpdate
-
refreshEveryCount
-
refreshEveryCount
-
startBatchRow
-
startBatchRow
-
endBatchRow
-
endBatchRow
-
endBatch
-
addWhereCol
public SQLBatchMoreBuilder addWhereCol(String tableName, String colName, String colType, Object obj) -
addWhereCol_in
public SQLBatchMoreBuilder addWhereCol_in(String tableName, String colName, String colType, String obj) -
addWhereStringCol
-
addWhereStringCol_in
-
addWhereTextCol
-
addWhereIntegerCol
-
addWhereIntegerCol_in
-
addWhereBigIntCol
-
addWhereBigIntCol_in
-
addWhereDoubleCol
-
addCol
-
addStringCol
-
addTextCol
-
addIntegerCol
-
addBigIntCol
-
addDoubleCol
-
addTimestampCol
public SQLBatchMoreBuilder addTimestampCol(String tableName, String colName, String time, String format) -
addTimestampColZone
public SQLBatchMoreBuilder addTimestampColZone(String tableName, String colName, String time, String format) -
addTimestampCol
-
addTimestampCol
-
addTimestampCol
public SQLBatchMoreBuilder addTimestampCol(String tableName, String colName, LocalDateTime localDateTime) -
addObjectCol
-
addSystemTime
-