Package com.pugwoo.dbhelper.sql
Class InsertSQLForBatchDTO
java.lang.Object
com.pugwoo.dbhelper.sql.InsertSQLForBatchDTO
生成批量插入SQL的返回值,抽取这个DTO的主要目的是为了log时不打印太多的信息
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSql()intvoidsetParamLogEndIndex(int paramLogEndIndex) voidvoidsetSqlLogEndIndex(int sqlLogEndIndex)
-
Constructor Details
-
InsertSQLForBatchDTO
public InsertSQLForBatchDTO() -
InsertSQLForBatchDTO
-
-
Method Details
-
getSql
-
setSql
-
getSqlLogEndIndex
public int getSqlLogEndIndex() -
setSqlLogEndIndex
public void setSqlLogEndIndex(int sqlLogEndIndex) -
getParamLogEndIndex
public int getParamLogEndIndex() -
setParamLogEndIndex
public void setParamLogEndIndex(int paramLogEndIndex)
-