クラス AbstractSqlCommand

    • コンストラクタの詳細

      • AbstractSqlCommand

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

      • getFileDirectory

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

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

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

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

        public java.lang.String getPlaceholderPrefix()
        戻り値:
        the placeholderPrefix
      • setPlaceholderPrefix

        public void setPlaceholderPrefix​(java.lang.String placeholderPrefix)
        パラメータ:
        placeholderPrefix - the placeholderPrefix to set
      • getPlaceholderSuffix

        public java.lang.String getPlaceholderSuffix()
        戻り値:
        the placeholderSuffix
      • setPlaceholderSuffix

        public void setPlaceholderSuffix​(java.lang.String placeholderSuffix)
        パラメータ:
        placeholderSuffix - the placeholderSuffix to set
      • isPlaceholders

        public boolean isPlaceholders()
        戻り値:
        the placeholders
      • setPlaceholders

        public void setPlaceholders​(boolean placeholders)
        パラメータ:
        placeholders - the placeholders to set
      • getSqlConverter

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