Uses of Class
org.teamapps.universaldb.index.text.TextValue
-
Packages that use TextValue Package Description org.teamapps.universaldb.index org.teamapps.universaldb.index.file org.teamapps.universaldb.index.text -
-
Uses of TextValue in org.teamapps.universaldb.index
Method parameters in org.teamapps.universaldb.index with type arguments of type TextValue Modifier and Type Method Description voidTableIndex. updateFullTextIndex(int id, java.util.List<TextValue> values, boolean update) -
Uses of TextValue in org.teamapps.universaldb.index.file
Methods in org.teamapps.universaldb.index.file that return types with arguments of type TextValue Modifier and Type Method Description java.util.List<TextValue>FileMetaData. getFullTextIndexData() -
Uses of TextValue in org.teamapps.universaldb.index.text
Method parameters in org.teamapps.universaldb.index.text with type arguments of type TextValue Modifier and Type Method Description voidCollectionTextSearchIndex. setRecordValues(int id, java.util.List<TextValue> values, boolean update)
-