org.axiondb
Interface TableFactory

All Known Subinterfaces:
ExternalTableLoader
All Known Implementing Classes:
DelimitedFlatfileTableLoader, DiskTableFactory, ExternalDatabaseTableLoader, ExternalTableFactory, FixedWidthFlatfileTableLoader, MemoryTableFactory, TableViewFactory, TaggedEBCDICTableLoader

public interface TableFactory

A simple factory for creating Tableinstances.

Version:
$Revision: 1.3 $ $Date: 2004/08/27 03:21:20 $

Method Summary
 Table createTable(Database database, String name)
           
 

Method Detail

createTable

public Table createTable(Database database,
                         String name)
                  throws AxionException
Throws:
AxionException