Class BGSqlUpdateBatchData
java.lang.Object
ru.bitel.bgbilling.common.bean.sql.BGSqlUpdateBatchData
- All Implemented Interfaces:
IBGSqlTableName
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFieldExp(String fieldName, String exp, Object... fieldParams) intsetBatchSize(int batchSize) setListParams(List<Object[]> listParams) setTableName(String tableName)
-
Constructor Details
-
BGSqlUpdateBatchData
public BGSqlUpdateBatchData()
-
-
Method Details
-
addParams
-
addFieldExp
-
getBatchSize
public int getBatchSize() -
getFields
-
getFieldExprs
-
getFilter
-
getListParams
-
getTableName
- Specified by:
getTableNamein interfaceIBGSqlTableName
-
setBatchSize
-
setFields
-
setFilter
-
setListParams
-
setTableName
- Specified by:
setTableNamein interfaceIBGSqlTableName
-