Uses of Class
com.infoengine.jdbc.JdbcContext

Packages that use JdbcContext
com.infoengine.jdbc   
 

Uses of JdbcContext in com.infoengine.jdbc
 

Fields in com.infoengine.jdbc declared as JdbcContext
(package private)  JdbcContext JDBCObject.ctx
           
 

Methods in com.infoengine.jdbc that return JdbcContext
private  JdbcContext JDBCAdapterImpl.getCtxForOracleOrTransaction(Properties env)
           
private  JdbcContext JDBCAdapterImpl.getJdbcContext(Properties env)
           
private  JdbcContext JDBCAdapterImpl.getFreeContext(Properties env)
           
 

Methods in com.infoengine.jdbc with parameters of type JdbcContext
 void JDBCObject.initialize(String serviceName, short dbType, JdbcContext ctx, Task rqst, com.infoengine.log.LogWriter logWriter)
           
private  void JDBCAdapterImpl.closeCtxForOracleOrTransaction(JdbcContext context, boolean error)
           
private  void JDBCAdapterImpl.closeContext(JdbcContext context, boolean error)