クラス AbstractSqlCommand

すべての実装されたインタフェース:
Placeholders, Runnable
直系の既知のサブクラス:
SqlExecuteCommand, VersionUpCommand

public abstract class AbstractSqlCommand extends AbstractDataSourceCommand implements Placeholders
  • コンストラクタの詳細

    • AbstractSqlCommand

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

    • initialize

      protected void initialize()
      オーバーライド:
      initialize クラス内 AbstractCommand
    • rollback

      protected void rollback(Connection connection)
      オーバーライド:
      rollback クラス内 AbstractDataSourceCommand
    • getFileDirectory

      public File getFileDirectory()
      戻り値:
      the fileDirectory
    • setFileDirectory

      public void setFileDirectory(File fileDirectory)
      パラメータ:
      fileDirectory - the fileDirectory to set
    • getEncoding

      public String getEncoding()
      戻り値:
      the encoding
    • setEncoding

      public void setEncoding(String encoding)
      パラメータ:
      encoding - the encoding to set
    • getPlaceholderPrefix

      public String getPlaceholderPrefix()
      定義:
      getPlaceholderPrefix インタフェース内 Placeholders
      戻り値:
      the placeholderPrefix
    • setPlaceholderPrefix

      public void setPlaceholderPrefix(String placeholderPrefix)
      定義:
      setPlaceholderPrefix インタフェース内 Placeholders
      パラメータ:
      placeholderPrefix - the placeholderPrefix to set
    • getPlaceholderSuffix

      public String getPlaceholderSuffix()
      定義:
      getPlaceholderSuffix インタフェース内 Placeholders
      戻り値:
      the placeholderSuffix
    • setPlaceholderSuffix

      public void setPlaceholderSuffix(String placeholderSuffix)
      定義:
      setPlaceholderSuffix インタフェース内 Placeholders
      パラメータ:
      placeholderSuffix - the placeholderSuffix to set
    • isPlaceholders

      public boolean isPlaceholders()
      定義:
      isPlaceholders インタフェース内 Placeholders
      戻り値:
      the placeholders
    • setPlaceholders

      public void setPlaceholders(boolean placeholders)
      定義:
      setPlaceholders インタフェース内 Placeholders
      パラメータ:
      placeholders - the placeholders to set
    • getSqlConverter

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