Package org.axiondb.engine.tables

Class Summary
BaseDiskTable Abstract base disk-resident implementation of Table.
BaseFlatfileTable Base Flatfile Table
BaseTable An abstract base implementation of Table.
BaseTableOrganizationContext Table Organization Context.
DelimitedFlatfileTable A disk-resident Delimited Flatfile Table.
DelimitedFlatfileTableLoader  
DiskTable A disk-resident Table.
ExternalDatabaseTable Base implementation of ExternalTable interface.
ExternalDatabaseTableLoader  
ExternalTableFactory Implementation of ExternalTableFactory, to generate instances of concrete implementations of ExternalTable, such as flatfile and remote tables.
FixedWidthFlatfileTable A disk-resident Fixed Width Flatfile Table.
FixedWidthFlatfileTableLoader  
MemoryTable A memory-resident Table.
TableView A sub-query view Table.
TableViewFactory A TableFactory for view created using SELECT.
TaggedEBCDICTable A disk-resident Fixed Width Flatfile Table.
TaggedEBCDICTableLoader