クラス SynchronizeSchemaCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.AbstractDataSourceCommand
com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
com.sqlapp.data.db.command.AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.DbObjectDifference>
com.sqlapp.data.db.command.AbstractSynchronizeCommand
com.sqlapp.data.db.command.SynchronizeSchemaCommand
- すべての実装されたインタフェース:
Runnable
スキーマ同期コマンド
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voidhandle(com.sqlapp.data.schemas.DbObjectDifference diff, com.sqlapp.data.db.sql.SqlFactoryRegistry operationRegistry, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSynchronizeCommand
getDiff, getDiff, getEqualsHandler, getTarget, setEqualsHandlerクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractFile2DataSourceCommand
doRun, filter, getFiles, getSqlExecutor, getSqlOptions, handle, handle, setFiles, setSqlExecutor, setSqlOption, sortクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSchemaDataSourceCommand
getSchemas, getSqlFactoryRegistry, setSqlFactoryRegistryクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractDataSourceCommand
createOutputTextBuilder, getConnection, getConnectionHandler, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, newConverters, releaseConnection, rollback, setConnection, setConnectionHandler, setDataSource, setDialectクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, debug, debug, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initialize, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
SynchronizeSchemaCommand
public SynchronizeSchemaCommand()
-
-
メソッドの詳細
-
handle
protected void handle(com.sqlapp.data.schemas.DbObjectDifference diff, com.sqlapp.data.db.sql.SqlFactoryRegistry operationRegistry, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) throws Exception - オーバーライド:
handleクラス内AbstractSynchronizeCommand- 例外:
Exception
-