org.xBaseJ.indexes
Class MDXFile

java.lang.Object
  extended by org.xBaseJ.indexes.MDXFile

public class MDXFile
extends Object

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. O. Box 97462
 Raleigh, NC  27615  USA
 1-919-846-2014
 http://www.americancoders.com
 

Author:
Joe McVerry, American Coders Ltd.

Constructor Summary
MDXFile(String Name, DBF inDBF, boolean destroy)
           
MDXFile(String Name, DBF inDBF, char readonly)
           
 
Method Summary
 void close()
           
 MDX createTag(String Name, String Index, boolean unique)
           
 MDXAnchor getAnchor()
           
 MDX getMDX(int i)
           
 MDX getMDX(String Name)
           
 MDX[] getMDXes()
           
 RandomAccessFile getRandomAccessFile()
           
 void reIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDXFile

public MDXFile(String Name,
               DBF inDBF,
               char readonly)
        throws IOException,
               xBaseJException
Throws:
IOException
xBaseJException

MDXFile

public MDXFile(String Name,
               DBF inDBF,
               boolean destroy)
        throws IOException
Throws:
IOException
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

getMDX

public MDX getMDX(String Name)
           throws xBaseJException
Throws:
xBaseJException

createTag

public MDX createTag(String Name,
                     String Index,
                     boolean unique)
              throws IOException,
                     xBaseJException
Throws:
IOException
xBaseJException

reIndex

public void reIndex()
             throws IOException,
                    xBaseJException
Throws:
IOException
xBaseJException

getAnchor

public MDXAnchor getAnchor()

getRandomAccessFile

public RandomAccessFile getRandomAccessFile()

getMDXes

public MDX[] getMDXes()

getMDX

public MDX getMDX(int i)


Copyright © 2007-2011. All Rights Reserved.