クラス GenerateDiffSqlCommand
- java.lang.Object
-
- com.sqlapp.data.db.command.AbstractCommand
-
- com.sqlapp.data.db.command.GenerateDiffSqlCommand
-
- すべての実装されたインタフェース:
java.lang.Runnable
public class GenerateDiffSqlCommand extends AbstractCommand
差分Operation生成コマンド
-
-
フィールドの概要
-
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 GenerateDiffSqlCommand()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 protected voiddoRun()com.sqlapp.data.schemas.EqualsHandlergetEqualsHandler()com.sqlapp.data.schemas.DbCommonObject<?>getOriginal()com.sqlapp.data.db.sql.OptionsgetSchemaOptions()com.sqlapp.data.db.sql.SqlFactoryRegistrygetSqlFactoryRegistry()java.util.List<com.sqlapp.data.db.sql.SqlOperation>getSqlOperations()com.sqlapp.data.schemas.DbCommonObject<?>getTarget()voidsetEqualsHandler(com.sqlapp.data.schemas.EqualsHandler equalsHandler)voidsetOriginal(com.sqlapp.data.schemas.DbCommonObject<?> original)voidsetSchemaOptions(com.sqlapp.data.db.sql.Options schemaOptions)voidsetSqlFactoryRegistry(com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry)voidsetTarget(com.sqlapp.data.schemas.DbCommonObject<?> target)voidswap()swap original and target-
クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
createJsonConverter, createYamlConverter, getContext, getConvertHandler, getErr, getExceptionHandler, initialize, initializeContext, println, run, setConvertHandler, setExceptionHandler
-
-
-
-
メソッドの詳細
-
doRun
protected void doRun()
- 定義:
doRunクラス内AbstractCommand
-
getSqlOperations
public java.util.List<com.sqlapp.data.db.sql.SqlOperation> getSqlOperations()
- 戻り値:
- the operations
-
getEqualsHandler
public com.sqlapp.data.schemas.EqualsHandler getEqualsHandler()
- 戻り値:
- the equalsHandler
-
setEqualsHandler
public void setEqualsHandler(com.sqlapp.data.schemas.EqualsHandler equalsHandler)
- パラメータ:
equalsHandler- the equalsHandler to set
-
getSqlFactoryRegistry
public com.sqlapp.data.db.sql.SqlFactoryRegistry getSqlFactoryRegistry()
- 戻り値:
- the sqlFactoryRegistry
-
setSqlFactoryRegistry
public void setSqlFactoryRegistry(com.sqlapp.data.db.sql.SqlFactoryRegistry sqlFactoryRegistry)
- パラメータ:
sqlFactoryRegistry- the sqlFactoryRegistry to set
-
getOriginal
public com.sqlapp.data.schemas.DbCommonObject<?> getOriginal()
- 戻り値:
- the original
-
setOriginal
public void setOriginal(com.sqlapp.data.schemas.DbCommonObject<?> original)
- パラメータ:
original- the original to set
-
getTarget
public com.sqlapp.data.schemas.DbCommonObject<?> getTarget()
- 戻り値:
- the target
-
setTarget
public void setTarget(com.sqlapp.data.schemas.DbCommonObject<?> target)
- パラメータ:
target- the target to set
-
getSchemaOptions
public com.sqlapp.data.db.sql.Options getSchemaOptions()
- 戻り値:
- the schemaOptions
-
setSchemaOptions
public void setSchemaOptions(com.sqlapp.data.db.sql.Options schemaOptions)
- パラメータ:
schemaOptions- the schemaOptions to set
-
swap
public void swap()
swap original and target
-
-