org.axiondb

Interface ExternalTableLoader

public interface ExternalTableLoader extends TableFactory

Creates an ExternalTable with the given name, using the given Database . Does not actually add the newly-created table to database; pass the result of this method to Database.addTable(Table) to register it with the database.

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

Author: Jonathan Giron Ahimanikya Satapathy

Method Summary
ExternalTablecreateExternalTable(Database database, String name)
TablecreateTable(Database database, String name)

Method Detail

createExternalTable

public ExternalTable createExternalTable(Database database, String name)

createTable

public Table createTable(Database database, String name)