Schnittstelle IDBStoreAccessor

Alle Superschnittstellen:
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.
Autor:
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.
  • Methodendetails

    • getStore

      IDBStore getStore()
      Beschreibung aus Schnittstelle kopiert: IStoreAccessor
      Returns the store this accessor is associated with.
      Angegeben von:
      getStore in Schnittstelle IStoreAccessor
    • getDBConnection

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

      Connection getConnection()
    • getObjectType

      EClass getObjectType(CDOID id)
      Seit:
      4.5
    • getStatementCache

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

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

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