Interface IDBStoreAccessor

All Superinterfaces:
InternalCDOBranchManager.BranchLoader, InternalCDOCommitInfoManager.CommitInfoLoader, IQueryHandlerProvider, IStoreAccessor, IStoreAccessor.Raw, IStoreAccessor.Raw2, IStoreAccessor.UnitSupport

public interface IDBStoreAccessor extends IStoreAccessor.Raw2, IStoreAccessor.UnitSupport
A store accessor for CDO's proprietary object/relational mapper.
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Method Details

    • getStore

      IDBStore getStore()
      Description copied from interface: IStoreAccessor
      Returns the store this accessor is associated with.
      Specified by:
      getStore in interface IStoreAccessor
    • getDBConnection

      org.eclipse.net4j.db.IDBConnection getDBConnection()
      Since:
      4.2
    • getConnection

      Connection getConnection()
    • getObjectType

      EClass getObjectType(CDOID id)
      Since:
      4.5
    • getStatementCache

      Deprecated.
      As of 4.2 use IDBConnection.prepareStatement(String, org.eclipse.net4j.db.IDBPreparedStatement.ReuseProbability).
      Since:
      2.0
    • tableCreated

      void tableCreated(org.eclipse.net4j.db.ddl.IDBTable table)
      Since:
      4.6
    • openSchemaTransaction

      org.eclipse.net4j.db.IDBSchemaTransaction openSchemaTransaction()
      Since:
      4.9