クラス GenerateDataInsertCommand

すべての実装されたインタフェース:
Runnable

public class GenerateDataInsertCommand extends AbstractDataSourceCommand
Generate Data and Insert Command
  • コンストラクタの詳細

    • GenerateDataInsertCommand

      public GenerateDataInsertCommand()
  • メソッドの詳細

    • doRun

      protected void doRun()
      定義:
      doRun クラス内 AbstractCommand
    • applyFromFileByRow

      protected void applyFromFileByRow(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.schemas.Table table, TableGeneratorSetting tableSetting) throws Exception
      例外:
      Exception
    • getSqlConverter

      protected com.sqlapp.jdbc.sql.SqlConverter getSqlConverter()
    • setDmlBatchSize

      public void setDmlBatchSize(int batchSize)
      JDBCのバッチ実行のサイズを設定します
      パラメータ:
      batchSize - JDBCのバッチ実行のサイズ