| Package | Description |
|---|---|
| org.axiondb.engine |
Core database machinery.
|
| org.axiondb.engine.tables |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactableTableImpl
An implemenation of
TransactableTable. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDiskTable
Abstract base disk-resident implementation of
Table. |
class |
BaseFlatfileTable
Base Flatfile Table
TODO: Support for decimal and thousand separator, trailing/leading minus sign TODO: Support for multiple record delimiter |
class |
BaseTable
An abstract base implementation of
Table. |
class |
DelimitedFlatfileTable
A disk-resident Delimited Flatfile
Table.TODO: Support for multiple delimiter for field and record TODO: Support for treating consecutive delimiter as one |
class |
DiskTable
A disk-resident
Table. |
class |
FixedWidthFlatfileTable
A disk-resident Fixed Width Flatfile
Table. |
class |
MemoryTable
A memory-resident
Table. |
class |
TaggedEBCDICTable
A disk-resident Fixed Width Flatfile
Table. |