Interface IDBStoreAccessor

    • Method Detail

      • getDBConnection

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

        java.sql.Connection getConnection()
      • getObjectType

        EClass getObjectType​(CDOID id)
        Since:
        4.5
      • getStatementCache

        @Deprecated
        IPreparedStatementCache 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