クラス SeriesVersionDownCommand
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.SeriesVersionDownCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,DataSourceProperty,EncodingProperty,FileDirectoryProperty,PlaceholderProperty,Runnable
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voidfinalizeVersion(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.schemas.Table table, com.sqlapp.data.schemas.Row row, Long id, DbVersionHandler dbVersionHandler) protected List<com.sqlapp.data.db.dialect.util.SqlSplitter.SplitResult>getSqls(DbVersionFileHandler.SqlFile sqlFile) protected List<com.sqlapp.data.schemas.Row>getVersionRows(com.sqlapp.data.schemas.Table table, List<DbVersionFileHandler.SqlFile> sqlFiles, DbVersionHandler dbVersionHandler) protected booleanpreCheck(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.schemas.Table table, Long id, com.sqlapp.data.schemas.Row row, DbVersionHandler dbVersionHandler) protected booleanstartVersion(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.schemas.Table table, com.sqlapp.data.schemas.Row row, Long seriesNumber, DbVersionHandler dbVersionHandler) クラスから継承されたメソッド com.sqlapp.data.db.command.version.VersionUpCommand
checkTable, deleteVersion, deleteVersion, doRun, errorVersion, executeChangeVersion, executeEmptyVersion, executeSql, 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
-
コンストラクタの詳細
-
SeriesVersionDownCommand
public SeriesVersionDownCommand()
-
-
メソッドの詳細
-
getVersionRows
protected List<com.sqlapp.data.schemas.Row> getVersionRows(com.sqlapp.data.schemas.Table table, List<DbVersionFileHandler.SqlFile> sqlFiles, DbVersionHandler dbVersionHandler) - オーバーライド:
getVersionRowsクラス内VersionUpCommand
-
preCheck
protected boolean preCheck(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.schemas.Table table, Long id, com.sqlapp.data.schemas.Row row, DbVersionHandler dbVersionHandler) throws SQLException - オーバーライド:
preCheckクラス内VersionUpCommand- 例外:
SQLException
-
startVersion
protected boolean startVersion(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.schemas.Table table, com.sqlapp.data.schemas.Row row, Long seriesNumber, DbVersionHandler dbVersionHandler) throws SQLException - オーバーライド:
startVersionクラス内VersionUpCommand- 例外:
SQLException
-
finalizeVersion
protected void finalizeVersion(Connection connection, com.sqlapp.data.db.dialect.Dialect dialect, com.sqlapp.data.schemas.Table table, com.sqlapp.data.schemas.Row row, Long id, DbVersionHandler dbVersionHandler) throws SQLException - オーバーライド:
finalizeVersionクラス内VersionUpCommand- 例外:
SQLException
-
getSqls
protected List<com.sqlapp.data.db.dialect.util.SqlSplitter.SplitResult> getSqls(DbVersionFileHandler.SqlFile sqlFile) - オーバーライド:
getSqlsクラス内VersionUpCommand
-
getSetupSqlDirectory
- 戻り値:
- the setupSqlDirectory
-
getFinalizeSqlDirectory
- 戻り値:
- the finalizeSqlDirectory
-