クラス SynchronizeDataCommand
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.SynchronizeDataCommand
- すべての実装されたインタフェース:
Runnable
データ同期コマンド
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voidhandle(com.sqlapp.data.schemas.Catalog obj, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) protected voidhandle(com.sqlapp.data.schemas.Schema obj, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) protected voidhandle(com.sqlapp.data.schemas.Table obj, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) protected voidhandle(List<com.sqlapp.data.schemas.DbCommonObject<?>> totalObjects, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractSynchronizeCommand
getDiff, getDiff, getEqualsHandler, getTarget, handle, setEqualsHandlerクラスから継承されたメソッド com.sqlapp.data.db.command.AbstractFile2DataSourceCommand
doRun, filter, getFiles, getSqlExecutor, getSqlOptions, 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
-
コンストラクタの詳細
-
SynchronizeDataCommand
public SynchronizeDataCommand()
-
-
メソッドの詳細
-
handle
protected void handle(List<com.sqlapp.data.schemas.DbCommonObject<?>> totalObjects, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) throws Exception - オーバーライド:
handleクラス内AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.DbObjectDifference>- 例外:
Exception
-
handle
protected void handle(com.sqlapp.data.schemas.Catalog obj, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) throws Exception - 例外:
Exception
-
handle
protected void handle(com.sqlapp.data.schemas.Schema obj, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) throws Exception - 例外:
Exception
-
handle
protected void handle(com.sqlapp.data.schemas.Table obj, Connection connection, com.sqlapp.data.db.dialect.Dialect dialect) throws Exception - 例外:
Exception
-