Uses of Class
org.xBaseJ.indexes.Index

Packages that use Index
org.xBaseJ   
org.xBaseJ.indexes   
 

Uses of Index in org.xBaseJ
 

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

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

Uses of Index in org.xBaseJ.indexes
 

Subclasses of Index in org.xBaseJ.indexes
 class MDX
           
 class NDX
           
 



Copyright © 1997-2007 American Coders Ltd. All Rights Reserved.