org.xBaseJ.indexes
Class MDXFile
java.lang.Object
org.xBaseJ.indexes.MDXFile
- public class MDXFile
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
public File file
raFile
public RandomAccessFile raFile
anchor
public MDXAnchor anchor
tags
public TagDescriptor[] tags
MDXes
public MDX[] MDXes
maxTags
public final short maxTags
- See Also:
- Constant Field Values
MDXFile
public MDXFile(String Name,
DBF inDBF,
char readonly)
throws IOException,
xBaseJException
MDXFile
public MDXFile(String Name,
DBF inDBF,
boolean destroy)
throws IOException
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
getRAFile
public RandomAccessFile getRAFile()
getAnchor
public MDXAnchor getAnchor()
Copyright © 1997-2007 American Coders Ltd. All Rights Reserved.