jp.oarts.pirka.iop.tool.core.plugin.in.database
クラス OracleReviseType

java.lang.Object
  上位を拡張 jp.oarts.pirka.iop.tool.core.plugin.in.database.ReviseType
      上位を拡張 jp.oarts.pirka.iop.tool.core.plugin.in.database.OracleReviseType

public class OracleReviseType
extends ReviseType

Oracle用の補正ルーチン

作成者:
ito

フィールドの概要
 
クラス jp.oarts.pirka.iop.tool.core.plugin.in.database.ReviseType から継承されたフィールド
autoIncrementFieldTypeSet, preChnageFieldTypeMap, setLengthMapItem
 
コンストラクタの概要
OracleReviseType()
           
 
メソッドの概要
protected  void lastChange(DatabaseInterfaceDesigner.DatabaseMetaInfo info)
          最終変換を行う
protected  boolean numberChangeCheck(DatabaseInterfaceDesigner.DatabaseMetaInfo info, ChangeInfo ci)
          固定数値の時に型定義の変換を行うかのチェック
 
クラス jp.oarts.pirka.iop.tool.core.plugin.in.database.ReviseType から継承されたメソッド
createDefineFieldType, cutMultiSpace, isAutoIncrementFieldType, makeAutoSequenceName, reviseType
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OracleReviseType

public OracleReviseType()
メソッドの詳細

lastChange

protected void lastChange(DatabaseInterfaceDesigner.DatabaseMetaInfo info)
最終変換を行う

オーバーライド:
クラス ReviseType 内の lastChange
パラメータ:
info -

numberChangeCheck

protected boolean numberChangeCheck(DatabaseInterfaceDesigner.DatabaseMetaInfo info,
                                    ChangeInfo ci)
固定数値の時に型定義の変換を行うかのチェック

オーバーライド:
クラス ReviseType 内の numberChangeCheck
パラメータ:
info -
ci -
戻り値:
true=型定義の変換が必要