Uses of Class
org.xBaseJ.indexes.Index

Packages that use Index
org.xBaseJ Root package for xBaseJ (derivate of version 20091203) dBase engine. 
org.xBaseJ.indexes Indexes package for xBaseJ (derivate of version 20091203) dBase engine. 
 

Uses of Index in org.xBaseJ
 

Methods in org.xBaseJ that return Index
 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.
 Index DBF.getIndex(int indexPosition)
          gets an Index object associated with the database.
 Index DBF.useIndex(Index ndx)
          used to indicate the primary Index
 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.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.
 

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
          This class is courtesy of the xBaseJ project: http://xbasej.sourceforge.net/ Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA American Coders, Ltd P.
 class NDX
          This class is courtesy of the xBaseJ project: http://xbasej.sourceforge.net/ Copyright 1997-2007 - American Coders, LTD - Raleigh NC USA American Coders, Ltd P.
 



Copyright © 2007-2011. All Rights Reserved.