クラス VersionDeleteCommand
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.version.VersionUpCommand
com.sqlapp.data.db.command.version.VersionDownCommand
com.sqlapp.data.db.command.version.VersionDeleteCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,DataSourceProperty,EncodingProperty,FileDirectoryProperty,PlaceholderProperty,Runnable
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voidexecuteSql(Connection connection, com.sqlapp.jdbc.sql.SqlConverter sqlConverter, Long id, Map<Long, DbVersionFileHandler.SqlFile> sqlFileMap) クラスから継承されたメソッド com.sqlapp.data.db.command.version.VersionDownCommand
errorVersion, finalizeVersion, getSqls, getVersionRows, preCheck, startVersionクラスから継承されたメソッド com.sqlapp.data.db.command.version.VersionUpCommand
checkTable, deleteVersion, deleteVersion, doRun, executeChangeVersion, executeEmptyVersion, executeSql, executeSql, getName, logCurrentState, outputCurrentクラスから継承されたメソッド 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
-
コンストラクタの詳細
-
VersionDeleteCommand
public VersionDeleteCommand()
-
-
メソッドの詳細
-
executeSql
protected void executeSql(Connection connection, com.sqlapp.jdbc.sql.SqlConverter sqlConverter, Long id, Map<Long, DbVersionFileHandler.SqlFile> sqlFileMap) - オーバーライド:
executeSqlクラス内VersionUpCommand
-
getSetupSqlDirectory
- オーバーライド:
getSetupSqlDirectoryクラス内VersionDownCommand- 戻り値:
- the setupSqlDirectory
-
getFinalizeSqlDirectory
- オーバーライド:
getFinalizeSqlDirectoryクラス内VersionDownCommand- 戻り値:
- the finalizeSqlDirectory
-