Uses of Enum
oracle.kv.table.Index.IndexType
Packages that use Index.IndexType
-
Uses of Index.IndexType in oracle.kv.table
Methods in oracle.kv.table that return Index.IndexTypeModifier and TypeMethodDescriptionIndex.getType()Returns the index's IndexType.static Index.IndexTypeReturns the enum constant of this type with the specified name.static Index.IndexType[]Index.IndexType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.kv.table with parameters of type Index.IndexTypeModifier and TypeMethodDescriptionTable.getIndexes(Index.IndexType type) Returns an unmodifiable map of all of the indexes of the given type on this table.