クラス ColContext.ColCopy

java.lang.Object
org.iplass.mtp.impl.datastore.grdb.strategy.metadata.ColContext.ColCopy
含まれているクラス:
ColContext

public static class ColContext.ColCopy extends Object
  • フィールド詳細

    • indexType

      IndexType indexType
    • converter

      ColConverter converter
    • toPageNo

      int toPageNo
    • toColName

      String toColName
    • fromPageNo

      int fromPageNo
    • fromColName

      String fromColName
    • setToNull

      boolean setToNull
  • コンストラクタの詳細

    • ColCopy

      public ColCopy(ColConverter converter, int toPageNo, String toColName, int fromPageNo, String fromColName, IndexType indexType)
    • ColCopy

      public ColCopy(int toPageNo, String toColName, IndexType indexType, boolean setToNull)
  • メソッドの詳細

    • isSetToNull

      public boolean isSetToNull()
    • getIndexType

      public IndexType getIndexType()
    • getConverter

      public ColConverter getConverter()
    • getToPageNo

      public int getToPageNo()
    • getToColName

      public String getToColName()
    • getFromPageNo

      public int getFromPageNo()
    • getFromColName

      public String getFromColName()