クラス ColContext.ColCopy
java.lang.Object
org.iplass.mtp.impl.datastore.grdb.strategy.metadata.ColContext.ColCopy
- 含まれているクラス:
ColContext
-
フィールドの概要
フィールド修飾子とタイプフィールド説明(package private) ColConverter(package private) String(package private) int(package private) IndexType(package private) boolean(package private) String(package private) int -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明intintboolean
-
フィールド詳細
-
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
-
-
メソッドの詳細
-
isSetToNull
public boolean isSetToNull() -
getIndexType
-
getConverter
-
getToPageNo
public int getToPageNo() -
getToColName
-
getFromPageNo
public int getFromPageNo() -
getFromColName
-