クラス DiffCommand
java.lang.Object
com.sqlapp.data.db.command.AbstractCommand
com.sqlapp.data.db.command.DiffCommand
- すべての実装されたインタフェース:
ConsoleOutputLevelProperty,ConvertersProperty,EqualsHandlerProperty,OriginalFileProperty,TargetFileProperty,Runnable
public class DiffCommand
extends AbstractCommand
implements EqualsHandlerProperty, TargetFileProperty, OriginalFileProperty
-
フィールドの概要
クラスから継承されたフィールド com.sqlapp.data.db.command.AbstractCommand
logger -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected voiddoExecute(com.sqlapp.data.schemas.DbCommonObject original, com.sqlapp.data.schemas.DbCommonObject target) protected voiddoExecute(com.sqlapp.data.schemas.DbObjectCollection original, com.sqlapp.data.schemas.DbObjectCollection target) protected voiddoExecute(com.sqlapp.data.schemas.DbObject original, com.sqlapp.data.schemas.DbObject target) protected voiddoRun()クラスから継承されたメソッド com.sqlapp.data.db.command.AbstractCommand
debug, debug, error, error, execute, getErr, getExceptionHandler, info, info, initialize, initializeContext, runクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.ConsoleOutputLevelProperty
getConsoleOutputLevel, setConsoleOutputLevel, setConsoleOutputLevelインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.ConvertersProperty
getConverters, setConvertersインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.EqualsHandlerProperty
getEqualsHandler, setEqualsHandlerインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.OriginalFileProperty
getOriginalFile, setOriginalFile, setOriginalFileインタフェースから継承されたメソッド com.sqlapp.data.db.command.properties.TargetFileProperty
getTargetFile, setTargetFile, setTargetFile
-
コンストラクタの詳細
-
DiffCommand
public DiffCommand()
-
-
メソッドの詳細
-
doRun
protected void doRun()- 定義:
doRunクラス内AbstractCommand
-
doExecute
protected void doExecute(com.sqlapp.data.schemas.DbCommonObject original, com.sqlapp.data.schemas.DbCommonObject target) -
doExecute
protected void doExecute(com.sqlapp.data.schemas.DbObject original, com.sqlapp.data.schemas.DbObject target) -
doExecute
protected void doExecute(com.sqlapp.data.schemas.DbObjectCollection original, com.sqlapp.data.schemas.DbObjectCollection target)
-