Uses of Class
org.basex.index.Index.TYPE

Packages that use Index.TYPE
org.basex.data Contains BaseX data types, including the internal table representation in the Data class. 
org.basex.index Contains database index implementations. 
org.basex.query.xpath.internal Contains internally used XPath expressions. 
org.basex.query.xpath.locpath Contains classes for the evaluation of XPath 1.0 location steps. 
 

Uses of Index.TYPE in org.basex.data
 

Methods in org.basex.data with parameters of type Index.TYPE
 void MemData.closeIndex(Index.TYPE index)
           
 void DiskData.closeIndex(Index.TYPE index)
           
abstract  void Data.closeIndex(Index.TYPE index)
          Closes the specified index.
 int[] Data.ids(Index.TYPE type, byte[] token)
          Returns the indexed id references for the specified token.
 int Data.nrIDs(Index.TYPE type, byte[] token)
          Returns the number of indexed id references for the specified token.
 void MemData.openIndex(Index.TYPE type, Index ind)
           
 void DiskData.openIndex(Index.TYPE type, Index index)
           
abstract  void Data.openIndex(Index.TYPE type, Index ind)
          Opens the specified index.
 

Uses of Index.TYPE in org.basex.index
 

Methods in org.basex.index that return Index.TYPE
static Index.TYPE Index.TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Index.TYPE[] Index.TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Index.TYPE in org.basex.query.xpath.internal
 

Constructors in org.basex.query.xpath.internal with parameters of type Index.TYPE
IndexAccess(Index.TYPE typ, byte[] tok)
          Constructor.
 

Uses of Index.TYPE in org.basex.query.xpath.locpath
 

Methods in org.basex.query.xpath.locpath that return Index.TYPE
 Index.TYPE LocPath.indexable(XPContext ctx, Expr exp, Comp cmp)
          Checks if the path is indexable.