Uses of Class
org.axiondb.engine.tables.BaseTable

Packages that use BaseTable
org.axiondb.engine.tables   
 

Uses of BaseTable in org.axiondb.engine.tables
 

Subclasses of BaseTable in org.axiondb.engine.tables
 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 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.