クラス GenerateDiffSqlCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.GenerateDiffSqlCommand
- すべての実装されたインタフェース:
Runnable
差分Operation生成コマンド
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoRun()com.sqlapp.data.schemas.EqualsHandlercom.sqlapp.data.schemas.DbCommonObject<?>com.sqlapp.data.db.sql.Optionscom.sqlapp.data.db.sql.SqlFactoryRegistryList<com.sqlapp.data.db.sql.SqlOperation>com.sqlapp.data.schemas.DbCommonObject<?>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, debug, debug, error, error, getConsoleOutputLevel, getContext, getConvertHandler, getErr, getExceptionHandler, info, info, initialize, initializeContext, run, setConsoleOutputLevel, setConvertHandler, setExceptionHandler
-
コンストラクタの詳細
-
GenerateDiffSqlCommand
public GenerateDiffSqlCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-
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
-