Uses of Class
org.basex.query.expr.index.IndexDb
Packages that use IndexDb
Package
Description
XQuery Full Text expressions.
-
Uses of IndexDb in org.basex.query.expr.ft
Constructors in org.basex.query.expr.ft with parameters of type IndexDb -
Uses of IndexDb in org.basex.query.expr.index
Subclasses of IndexDb in org.basex.query.expr.indexModifier and TypeClassDescriptionfinal classThis class defines a dynamic database source for index operations.final classThis class defines a static database source for index operations.Methods in org.basex.query.expr.index that return IndexDbModifier and TypeMethodDescriptionabstract IndexDbIndexDb.copy(CompileContext cc, IntObjMap<Var> vm) IndexStaticDb.copy(CompileContext cc, IntObjMap<Var> vm) abstract IndexDbIndexDb.inline(InlineContext ic) IndexDynDb.inline(InlineContext ic) IndexStaticDb.inline(InlineContext ic) Constructors in org.basex.query.expr.index with parameters of type IndexDbModifierConstructorDescriptionRangeAccess(InputInfo info, NumericRange index, IndexDb db) Constructor.StringRangeAccess(InputInfo info, StringRange index, IndexDb db) Constructor.Constructor.Constructor. -
Uses of IndexDb in org.basex.query.util.index
Fields in org.basex.query.util.index declared as IndexDbConstructors in org.basex.query.util.index with parameters of type IndexDb