クラス VersionMergeCommand
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.VersionMergeCommand
- すべての実装されたインタフェース:
Placeholders,Runnable
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiderrorVersion(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.schemas.Row>getVersionRows(com.sqlapp.data.schemas.Table table, List<DbVersionFileHandler.SqlFile> sqlFiles, DbVersionHandler dbVersionHandler) クラスから継承されたメソッド com.sqlapp.data.db.command.version.VersionUpCommand
checkTable, deleteVersion, deleteVersion, doRun, executeChangeVersion, executeEmptyVersion, executeSql, executeSql, executeSql, finalizeVersion, getAppliedAtColumnName, getAppliedByColumnName, getDescriptionColumnName, getDownSqlDirectory, getIdColumnName, getLastChangeToApply, getLastState, getName, getPreviousState, getPreviousTable, getSchemaChangeLogTableName, getSeriesNumberColumnName, getSqlDirectory, getSqls, getStatusColumnName, getTable, isShowVersionOnly, isWithSeriesNumber, logCurrentState, outputCurrent, preCheck, setAppliedAtColumnName, setAppliedByColumnName, setDescriptionColumnName, setDownSqlDirectory, setDownSqlDirectory, setFinalizeSqlDirectory, setIdColumnName, setLastChangeToApply, setSchemaChangeLogTableName, setSeriesNumberColumnName, setSetupSqlDirectory, setShowVersionOnly, setSqlDirectory, setSqlDirectory, setStatusColumnName, setWithSeriesNumber, startVersionクラスから継承されたメソッド 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
-
コンストラクタの詳細
-
VersionMergeCommand
public VersionMergeCommand()
-
-
メソッドの詳細
-
getVersionRows
protected List<com.sqlapp.data.schemas.Row> getVersionRows(com.sqlapp.data.schemas.Table table, List<DbVersionFileHandler.SqlFile> sqlFiles, DbVersionHandler dbVersionHandler) - オーバーライド:
getVersionRowsクラス内VersionUpCommand
-
errorVersion
protected void errorVersion(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 - オーバーライド:
errorVersionクラス内VersionUpCommand- 例外:
SQLException
-
getSetupSqlDirectory
- オーバーライド:
getSetupSqlDirectoryクラス内VersionUpCommand- 戻り値:
- the setupSqlDirectory
-
getFinalizeSqlDirectory
- オーバーライド:
getFinalizeSqlDirectoryクラス内VersionUpCommand- 戻り値:
- the finalizeSqlDirectory
-