クラス SqlExecuteCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.AbstractDataSourceCommand
com.sqlapp.data.db.command.AbstractSqlCommand
com.sqlapp.data.db.command.SqlExecuteCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,DataSourceProperty,EncodingProperty,FileDirectoryProperty,PlaceholderProperty,Runnable
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoRun()protected Collection<File>protected Collection<String>voidsetSqlFiles(File... sqlFiles) voidsetSqlFiles(String... sqlFiles) voidsetSqlFiles(Collection<File> sqlFiles) voidsetSqlText(String... args) voidsetSqlText(Collection<String> sqlText) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSqlCommand
getSqlConverter, initializeクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractDataSourceCommand
commit, createOutputTextBuilder, execute, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, isCloseDataSource, newConverters, rollback, setCloseDataSource, setCommitHandler, setDataSource, setLastCommitHandler, setReleaseConnectionAndCloseDataSourceHandler, setReleaseConnectionHandler, setRollbackHandlerクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
debug, debug, error, error, execute, getErr, getExceptionHandler, info, info, initializeContext, runクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.ConsoleOutputLevelProperty
getConsoleOutputLevel, setConsoleOutputLevel, setConsoleOutputLevelインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.ConvertersProperty
getConverters, setConvertersインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.EncodingProperty
getEncoding, setEncodingインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.FileDirectoryProperty
getFileDirectory, setFileDirectoryインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.PlaceholderProperty
getPlaceholderPrefix, getPlaceholderSuffix, isPlaceholders, setPlaceholderPrefix, setPlaceholders, setPlaceholderSuffix
-
コンストラクタの詳細
-
SqlExecuteCommand
public SqlExecuteCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-
getSqlFiles
- 戻り値:
- the sqls
-
setSqlFiles
- パラメータ:
sqlFiles- the sqlFiles to set
-
setSqlFiles
- パラメータ:
sqlFiles- the sqlFiles to set
-
setSqlFiles
- パラメータ:
sqlFiles- the sqlFiles to set
-
getSqlText
- 戻り値:
- the sqlText
-
setSqlText
- パラメータ:
sqlText- the sqlText to set
-
setSqlText
- パラメータ:
args- the sqlText to set
-