org.axiondb.engine
Class MemoryTableFactory

java.lang.Object
  extended byorg.axiondb.engine.MemoryTableFactory
All Implemented Interfaces:
TableFactory

public class MemoryTableFactory
extends Object
implements TableFactory

A TableFactory for memory-based tables.

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

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

Constructor Detail

MemoryTableFactory

public MemoryTableFactory()
Method Detail

createTable

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