public class SynchronizeDataCommand extends AbstractSynchronizeCommand
logger| Constructor and Description |
|---|
SynchronizeDataCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handle(com.sqlapp.data.schemas.Catalog obj,
java.sql.Connection connection) |
protected void |
handle(java.util.List<com.sqlapp.data.schemas.DbCommonObject<?>> totalObjects,
java.sql.Connection connection) |
protected void |
handle(com.sqlapp.data.schemas.Schema obj,
java.sql.Connection connection) |
protected void |
handle(com.sqlapp.data.schemas.Table obj,
java.sql.Connection connection) |
getDiff, getDiff, getEqualsHandler, getTarget, handle, setEqualsHandlerdoRun, filter, getFiles, getSqlExecutor, getSqlOptions, handle, setFiles, setSqlExecutor, setSqlOption, sortgetSchemas, getSchemas, getSqlFactoryRegistry, setSqlFactoryRegistrycreateOutputTextBuilder, getConnection, getConnectionHandler, getCurrentCatalogName, getCurrentSchemaName, getDataSource, getDialect, getDialect, newConverters, releaseConnection, setConnection, setConnectionHandler, setDataSource, setDialectcreateJsonConverter, getContext, getConvertHandler, getErr, getExceptionHandler, initialize, initializeContext, println, run, setConvertHandler, setExceptionHandlerprotected void handle(java.util.List<com.sqlapp.data.schemas.DbCommonObject<?>> totalObjects,
java.sql.Connection connection)
throws java.lang.Exception
handle in class AbstractFile2DataSourceCommand<com.sqlapp.data.schemas.DbObjectDifference>java.lang.Exceptionprotected void handle(com.sqlapp.data.schemas.Catalog obj,
java.sql.Connection connection)
throws java.lang.Exception
java.lang.Exceptionprotected void handle(com.sqlapp.data.schemas.Schema obj,
java.sql.Connection connection)
throws java.lang.Exception
java.lang.Exceptionprotected void handle(com.sqlapp.data.schemas.Table obj,
java.sql.Connection connection)
throws java.lang.Exception
java.lang.Exception