org.axiondb.engine
Class DiskTableFactory
java.lang.Object
org.axiondb.engine.DiskTableFactory
- All Implemented Interfaces:
- TableFactory
- public class DiskTableFactory
- extends Object
- implements TableFactory
A TableFactory
for disk-based tables
.
- Version:
- $Revision: 1.4 $ $Date: 2004/08/13 02:01:11 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiskTableFactory
public DiskTableFactory()
createTable
public Table createTable(Database database,
String name)
throws AxionException
- Specified by:
createTable
in interface TableFactory
- Throws:
AxionException