org.axiondb.engine.tables
Class FixedWidthFlatfileTableLoader
java.lang.Object
org.axiondb.engine.tables.FixedWidthFlatfileTableLoader
- All Implemented Interfaces:
- ExternalTableLoader, TableFactory
- public class FixedWidthFlatfileTableLoader
- extends Object
- implements ExternalTableLoader
- 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 |
FixedWidthFlatfileTableLoader
public FixedWidthFlatfileTableLoader()
createExternalTable
public ExternalTable createExternalTable(Database database,
String name)
throws AxionException
- Specified by:
createExternalTable
in interface ExternalTableLoader
- Throws:
AxionException
createTable
public Table createTable(Database database,
String name)
throws AxionException
- Specified by:
createTable
in interface ExternalTableLoader
- Throws:
AxionException