org.xBaseJ.indexes
Class MDXFile
java.lang.Object
org.xBaseJ.indexes.MDXFile
public class MDXFile
- extends java.lang.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(java.lang.String Name,
DBF inDBF,
boolean destroy)
|
MDXFile(java.lang.String Name,
DBF inDBF,
char readonly)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MDXFile
public MDXFile(java.lang.String Name,
DBF inDBF,
char readonly)
throws java.io.IOException,
xBaseJException
- Throws:
java.io.IOException
xBaseJException
MDXFile
public MDXFile(java.lang.String Name,
DBF inDBF,
boolean destroy)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
getMDX
public MDX getMDX(java.lang.String Name)
throws xBaseJException
- Throws:
xBaseJException
createTag
public MDX createTag(java.lang.String Name,
java.lang.String Index,
boolean unique)
throws java.io.IOException,
xBaseJException
- Throws:
java.io.IOException
xBaseJException
reIndex
public void reIndex()
throws java.io.IOException,
xBaseJException
- Throws:
java.io.IOException
xBaseJException
getAnchor
public MDXAnchor getAnchor()
getRandomAccessFile
public java.io.RandomAccessFile getRandomAccessFile()
getMDXes
public MDX[] getMDXes()
getMDX
public MDX getMDX(int i)
Copyright © 2007-2010. All Rights Reserved.