クラス GenerateDiffSqlCommand

  • すべての実装されたインタフェース:
    java.lang.Runnable

    public class GenerateDiffSqlCommand
    extends AbstractCommand
    差分Operation生成コマンド
    • コンストラクタの詳細

      • GenerateDiffSqlCommand

        public GenerateDiffSqlCommand()
    • メソッドの詳細

      • 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