Uses of Class
org.teamapps.universaldb.index.IndexType
-
Uses of IndexType in org.teamapps.universaldb
Methods in org.teamapps.universaldb that return IndexType Modifier and Type Method Description static IndexTypeTableConfig. getIndexType(int id) -
Uses of IndexType in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return IndexType Modifier and Type Method Description IndexTypeColumnType. getIndexType()static IndexTypeIndexType. getIndexTypeById(int id)IndexTypeColumnIndex. getType()static IndexTypeIndexType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexType in org.teamapps.universaldb.index.binary
Methods in org.teamapps.universaldb.index.binary that return IndexType Modifier and Type Method Description IndexTypeBinaryIndex. getType() -
Uses of IndexType in org.teamapps.universaldb.index.bool
Methods in org.teamapps.universaldb.index.bool that return IndexType Modifier and Type Method Description IndexTypeBooleanIndex. getType() -
Uses of IndexType in org.teamapps.universaldb.index.file
Methods in org.teamapps.universaldb.index.file that return IndexType Modifier and Type Method Description IndexTypeFileIndex. getType() -
Uses of IndexType in org.teamapps.universaldb.index.fileng
Methods in org.teamapps.universaldb.index.fileng that return IndexType Modifier and Type Method Description IndexTypeFileIndex. getType() -
Uses of IndexType in org.teamapps.universaldb.index.numeric
-
Uses of IndexType in org.teamapps.universaldb.index.reference.multi
Methods in org.teamapps.universaldb.index.reference.multi that return IndexType Modifier and Type Method Description IndexTypeMultiReferenceIndex. getType() -
Uses of IndexType in org.teamapps.universaldb.index.reference.single
Methods in org.teamapps.universaldb.index.reference.single that return IndexType Modifier and Type Method Description IndexTypeSingleReferenceIndex. getType() -
Uses of IndexType in org.teamapps.universaldb.index.text
Methods in org.teamapps.universaldb.index.text that return IndexType Modifier and Type Method Description IndexTypeTextIndex. getType() -
Uses of IndexType in org.teamapps.universaldb.index.transaction.request
Methods in org.teamapps.universaldb.index.transaction.request that return IndexType Modifier and Type Method Description IndexTypeTransactionRequestRecordValue. getIndexType()Constructors in org.teamapps.universaldb.index.transaction.request with parameters of type IndexType Constructor Description TransactionRequestRecordValue(int columnId, IndexType indexType, java.lang.Object value) -
Uses of IndexType in org.teamapps.universaldb.index.transaction.resolved
Methods in org.teamapps.universaldb.index.transaction.resolved that return IndexType Modifier and Type Method Description IndexTypeResolvedTransactionRecordValue. getIndexType()Constructors in org.teamapps.universaldb.index.transaction.resolved with parameters of type IndexType Constructor Description ResolvedTransactionRecordValue(int columnId, IndexType indexType, java.lang.Object value) -
Uses of IndexType in org.teamapps.universaldb.index.translation
Methods in org.teamapps.universaldb.index.translation that return IndexType Modifier and Type Method Description IndexTypeTranslatableTextIndex. getType() -
Uses of IndexType in org.teamapps.universaldb.schema
Methods in org.teamapps.universaldb.schema that return IndexType Modifier and Type Method Description IndexTypeColumn. getIndexType()