Interface IDirectQueryDatabase

All Superinterfaces:
IDatabase
All Known Implementing Classes:
Database

public interface IDirectQueryDatabase extends IDatabase
A DirectQuery database.

A DirectQuery database is the local representation in Atoti of some data stored in an external database. Queries will be delegated to the external database.

  • Method Details Link icon

    • getInMemoryDatastore Link icon

      IDatastore getInMemoryDatastore()
      Returns the bundled datastore.
    • getInMemoryTransactionManager Link icon

      ITransactionManager getInMemoryTransactionManager()
      Returns the in-memory transaction manager.
    • getCurrentSchema Link icon

      SchemaDescription getCurrentSchema()
      Description copied from interface: IDatabase
      Returns the schema of the database.
      Specified by:
      getCurrentSchema in interface IDatabase