org.axiondb.engine
Class DiskTableFactory

java.lang.Object
  extended by org.axiondb.engine.DiskTableFactory
All Implemented Interfaces:
TableFactory

public class DiskTableFactory
extends java.lang.Object
implements TableFactory

A TableFactory for disk-based tables.

Version:
$Revision: 1.4 $ $Date: 2004/08/13 02:01:11 $

Constructor Summary
DiskTableFactory()
           
 
Method Summary
 Table createTable(Database database, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskTableFactory

public DiskTableFactory()
Method Detail

createTable

public Table createTable(Database database,
                         java.lang.String name)
                  throws AxionException
Specified by:
createTable in interface TableFactory
Throws:
AxionException