| AbstractDatabase |
|
| BaseDatabase |
Simple, standard implementations for many database operations.
|
| DatabaseWrapper |
Re-usable base class for wrapper databases.
|
| ImporterDatabase |
|
| LastByTableFactory |
Creates a last by table based on our XML last by configuration file.
|
| LogHandleServer |
|
| MetadataRepairTool |
Repair tool for Iris database metadata.
|
| OnDiskDatabase |
Base class for local database implementations.
|
| OnDiskDatabase.AuditEventLogDetails |
|
| OnDiskQueryDatabase |
Primary local database implementation for query usage.
|
| ReplayDatabase |
Database implementation that automatically opens historical tables in lieu of intraday tables, and adds a clock
filter to replay according to the specified clock and sortedness.
|
| UnimplementedDatabase |
This class exists as the basis for an adapter shim between the Community implementation of DatabaseInternal
and the enterprise version.
|