org.axiondb.engine.tables
Class TableViewFactory
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableViewFactory
public TableViewFactory()
createTable
public Table createTable(Database database,
String name)
throws AxionException
- Specified by:
createTable
in interface TableFactory
- Throws:
AxionException