クラス 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
- すべての実装されたインタフェース:
Placeholders,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, getAppliedAtColumnName, getAppliedByColumnName, getDescriptionColumnName, getDownSqlDirectory, getIdColumnName, getLastChangeToApply, getLastState, getName, getPreviousState, getPreviousTable, getSchemaChangeLogTableName, getSeriesNumberColumnName, getSqlDirectory, getStatusColumnName, getTable, isShowVersionOnly, isWithSeriesNumber, logCurrentState, outputCurrent, setAppliedAtColumnName, setAppliedByColumnName, setDescriptionColumnName, setDownSqlDirectory, setDownSqlDirectory, setFinalizeSqlDirectory, setIdColumnName, setLastChangeToApply, setSchemaChangeLogTableName, setSeriesNumberColumnName, setSetupSqlDirectory, setShowVersionOnly, setSqlDirectory, setSqlDirectory, setStatusColumnName, setWithSeriesNumberクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSqlCommand
getEncoding, getFileDirectory, getPlaceholderPrefix, getPlaceholderSuffix, getSqlConverter, initialize, isPlaceholders, rollback, setEncoding, setFileDirectory, setPlaceholderPrefix, setPlaceholders, setPlaceholderSuffixクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractDataSourceCommand
createOutputTextBuilder, getConnection, getConnectionHandler, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, newConverters, releaseConnection, setConnection, setConnectionHandler, setDataSource, setDialectクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, debug, debug, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
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
-