Uses of Class
cdc.rdb.RdbIndexType
-
-
Uses of RdbIndexType in cdc.rdb
Methods in cdc.rdb that return RdbIndexType Modifier and Type Method Description static RdbIndexTypeRdbIndexType. decode(short code)RdbIndexTypeRdbIndex. getType()static RdbIndexTypeRdbIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static RdbIndexType[]RdbIndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.rdb with parameters of type RdbIndexType Modifier and Type Method Description voidRdbIndex. setType(RdbIndexType type)
-