Class InsertSQLForBatchDTO

java.lang.Object
com.pugwoo.dbhelper.sql.InsertSQLForBatchDTO

public class InsertSQLForBatchDTO extends Object
生成批量插入SQL的返回值,抽取这个DTO的主要目的是为了log时不打印太多的信息
  • Constructor Details

    • InsertSQLForBatchDTO

      public InsertSQLForBatchDTO()
    • InsertSQLForBatchDTO

      public InsertSQLForBatchDTO(String sql, int sqlLogEndIndex, int paramLogEndIndex)
  • Method Details

    • getSql

      public String getSql()
    • setSql

      public void setSql(String sql)
    • getSqlLogEndIndex

      public int getSqlLogEndIndex()
    • setSqlLogEndIndex

      public void setSqlLogEndIndex(int sqlLogEndIndex)
    • getParamLogEndIndex

      public int getParamLogEndIndex()
    • setParamLogEndIndex

      public void setParamLogEndIndex(int paramLogEndIndex)