Uses of Class
org.basex.index.query.IndexEntries
Packages that use IndexEntries
Package
Description
Database Index structures.
Index Functions.
-
Uses of IndexEntries in org.basex.index
Methods in org.basex.index with parameters of type IndexEntriesModifier and TypeMethodDescriptionIndex.entries(IndexEntries entries) Returns all entries that match the specified token. -
Uses of IndexEntries in org.basex.index.ft
Methods in org.basex.index.ft with parameters of type IndexEntries -
Uses of IndexEntries in org.basex.index.name
Methods in org.basex.index.name with parameters of type IndexEntries -
Uses of IndexEntries in org.basex.index.path
Methods in org.basex.index.path with parameters of type IndexEntries -
Uses of IndexEntries in org.basex.index.resource
Methods in org.basex.index.resource with parameters of type IndexEntries -
Uses of IndexEntries in org.basex.index.value
Methods in org.basex.index.value with parameters of type IndexEntriesModifier and TypeMethodDescriptionfinal EntryIteratorDiskValues.entries(IndexEntries entries) MemValues.entries(IndexEntries entries) -
Uses of IndexEntries in org.basex.query.func.index
Methods in org.basex.query.func.index with parameters of type IndexEntriesModifier and TypeMethodDescriptionstatic IterIndexFn.entries(Data data, IndexEntries entries, StandardFunc call) Returns all entries of the specified value index.