public class ColContext
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
ColContext.ColCopy |
| コンストラクタと説明 |
|---|
ColContext() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
addConvert(ColConverter converter,
MetaGRdbPropertyStore toStore,
MetaGRdbPropertyStore fromStore) |
void |
addIndexConvert(ColConverter converter,
IndexType indexType,
MetaGRdbPropertyStore toStore,
MetaGRdbPropertyStore fromStore) |
void |
addMove(ColumnPosition to,
ColumnPosition from,
RawColType ct,
IndexType indexType) |
void |
addSetNull(ColumnPosition to,
RawColType ct,
IndexType indexType) |
java.util.List<ColContext.ColCopy> |
getColCopyList(int pageNo) |
boolean |
hasColCopy() |
public boolean hasColCopy()
public java.util.List<ColContext.ColCopy> getColCopyList(int pageNo)
public void addConvert(ColConverter converter, MetaGRdbPropertyStore toStore, MetaGRdbPropertyStore fromStore)
public void addIndexConvert(ColConverter converter, IndexType indexType, MetaGRdbPropertyStore toStore, MetaGRdbPropertyStore fromStore)
public void addMove(ColumnPosition to, ColumnPosition from, RawColType ct, IndexType indexType)
public void addSetNull(ColumnPosition to, RawColType ct, IndexType indexType)