列挙クラス RawColType
- すべての実装されたインタフェース:
Serializable,Comparable<RawColType>,Constable
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
列挙型定数の概要
列挙定数 -
メソッドの概要
修飾子とタイプメソッド説明abstract StringgetColNamePrefix(RawColIndexType indexType) getColumnPositionOf(MetaGRdbEntityStore store, IndexType type) abstract ColumnPositiongetColumnPositionOf(MetaGRdbEntityStore store, RawColIndexType type) intgetMaxCol(StorageSpaceMap ssm, IndexType type) intgetMaxCol(StorageSpaceMap ssm, RawColIndexType indexType) abstract intabstract intabstract intabstract Stringabstract StringvoidsetColumnPositionOf(MetaGRdbEntityStore store, IndexType type, ColumnPosition columnPosition) abstract voidsetColumnPositionOf(MetaGRdbEntityStore store, RawColIndexType type, ColumnPosition columnPosition) static RawColTypetypeOf(PropertyType type) static RawColTypetypeOf(BaseRdbTypeAdapter type) static RawColTypeこのクラスの列挙型定数を指定した名前で返します。static RawColType[]values()この列挙クラスの定数を含む配列を宣言されている順序で 返します。
-
列挙型定数の詳細
-
VARCHAR
-
DECIMAL
-
TIMESTAMP
-
DOUBLE
-
-
メソッドの詳細
-
values
この列挙クラスの定数を含む配列を宣言されている順序で 返します。- 戻り値:
- この列挙クラスの定数を宣言されている順序で含む配列
-
valueOf
このクラスの列挙型定数を指定した名前で返します。 文字列は、このクラスの列挙型定数の宣言に使用された識別子と正確に 一致する必要があります。(余分な空白文字は使用 できません。)- パラメータ:
name- 返される列挙型定数の名前。- 戻り値:
- 指定した名前の列挙型定数
- 例外:
IllegalArgumentException- この列挙クラスに、指定した名前の定数がない場合NullPointerException- 引数がnullの場合
-
getMaxCol
-
getColNamePrefix
-
getColNamePrefix
-
getNonUniqueIndexColNamePrefix
-
getUniqueIndexColNamePrefix
-
getMaxNormalCol
-
getMaxIndexCol
-
getMaxUniqueIndexCol
-
getColumnPositionOf
-
setColumnPositionOf
public abstract void setColumnPositionOf(MetaGRdbEntityStore store, RawColIndexType type, ColumnPosition columnPosition) -
setColumnPositionOf
public void setColumnPositionOf(MetaGRdbEntityStore store, IndexType type, ColumnPosition columnPosition) -
getColumnPositionOf
-
getMaxCol
-
getIndexColNamePrefix
-
typeOf
-
typeOf
-