org.eclipse.emf.cdo.server.db
Interface IDBStoreAccessor

All Superinterfaces:
IStoreAccessor
All Known Subinterfaces:
IDBStoreReader, IDBStoreWriter

public interface IDBStoreAccessor
extends IStoreAccessor


Method Summary
 java.sql.Connection getConnection()
           
 java.sql.Statement getStatement()
           
 IDBStore getStore()
           
 java.sql.PreparedStatement prepareStatement(java.lang.String sql)
           
 
Methods inherited from interface org.eclipse.emf.cdo.server.IStoreAccessor
release
 

Method Detail

getStore

IDBStore getStore()
Specified by:
getStore in interface IStoreAccessor

getConnection

java.sql.Connection getConnection()

getStatement

java.sql.Statement getStatement()

prepareStatement

java.sql.PreparedStatement prepareStatement(java.lang.String sql)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.