クラス SqlExecuteCommand

すべての実装されたインタフェース:
ConsoleOutputLevelProperty, ConvertersProperty, DataSourceProperty, EncodingProperty, FileDirectoryProperty, PlaceholderProperty, Runnable

public class SqlExecuteCommand extends AbstractSqlCommand
  • コンストラクタの詳細

    • SqlExecuteCommand

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

    • doRun

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

      protected Collection<File> getSqlFiles()
      戻り値:
      the sqls
    • setSqlFiles

      public void setSqlFiles(Collection<File> sqlFiles)
      パラメータ:
      sqlFiles - the sqlFiles to set
    • setSqlFiles

      public void setSqlFiles(File... sqlFiles)
      パラメータ:
      sqlFiles - the sqlFiles to set
    • setSqlFiles

      public void setSqlFiles(String... sqlFiles)
      パラメータ:
      sqlFiles - the sqlFiles to set
    • getSqlText

      protected Collection<String> getSqlText()
      戻り値:
      the sqlText
    • setSqlText

      public void setSqlText(Collection<String> sqlText)
      パラメータ:
      sqlText - the sqlText to set
    • setSqlText

      public void setSqlText(String... args)
      パラメータ:
      args - the sqlText to set