org.axiondb.engine.tables
Class TableViewFactory

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

public class TableViewFactory
extends Object
implements TableFactory

A TableFactory for view created using SELECT.

Version:
$Revision: 1.1 $ $Date: 2004/08/13 02:01:10 $

Constructor Summary
TableViewFactory()
           
 
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

TableViewFactory

public TableViewFactory()
Method Detail

createTable

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