Uses of Class
xBaseJ.Index

Uses of Index in xBaseJ
 

Methods in xBaseJ that return Index
 Index DBF.getIndex(int indexPosition)
          gets an Index object associated with the database.
 Index DBF.useIndex(java.lang.String filename)
          opens an Index file associated with the database.
 Index DBF.useIndex(java.lang.String filename, java.lang.String ID)
          opens an Index file associated with the database
 Index DBF.useIndex(Index ndx)
          used to indicate the primary Index
 Index DBF.useIndexByID(java.lang.String ID)
          used to indicate the primary Index
 Index DBF.useTag(java.lang.String tagname)
          associates all Index operations with an existing tag
 Index DBF.useTag(java.lang.String tagname, java.lang.String ID)
          associates all Index operations with an existing tag
 Index DBF.createIndex(java.lang.String filename, java.lang.String index, boolean unique)
          creates a new Index as a NDX file, assumes NDX file does not exist
 Index DBF.createIndex(java.lang.String filename, java.lang.String index, boolean destroy, boolean unique)
          creates a new Index as a NDX file
 Index DBF.createTag(java.lang.String tagname, java.lang.String tagIndex, boolean unique)
          creates a tag in the MDX file
 

Methods in xBaseJ with parameters of type Index
 Index DBF.useIndex(Index ndx)
          used to indicate the primary Index