Class | Description |
---|---|
AbstractBaseTable |
An abstract implementation of
Table , code common between TransactableTableImpl
and BaseTable |
BaseDiskTable |
Abstract base disk-resident implementation of
Table . |
BaseFlatfileTable |
Base Flatfile Table
TODO: Support for decimal and thousand separator, trailing/leading minus sign TODO: Support for multiple record delimiter |
BaseTable |
An abstract base implementation of
Table . |
BaseTableOrganizationContext |
Table Organization Context.
|
DelimitedFlatfileTable |
A disk-resident Delimited Flatfile
Table .TODO: Support for multiple delimiter for field and record TODO: Support for treating consecutive delimiter as one |
DelimitedFlatfileTableLoader | |
DiskTable |
A disk-resident
Table . |
ExternalAxionDBTable |
Axion external table implementation of ExternalTable interface.
|
ExternalAxionDBTableLoader | |
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 | |
GlomLobsHelper |
An Utility to glom lobs.
|
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 |