Uses of Class
com.uwyn.rife.database.DbConnection

Packages that use DbConnection
com.uwyn.rife.cmf.dam.contentstores Provides managers classes for content data support. 
com.uwyn.rife.database Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistance manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling. 
 

Uses of DbConnection in com.uwyn.rife.cmf.dam.contentstores
 

Methods in com.uwyn.rife.cmf.dam.contentstores with parameters of type DbConnection
protected  DbPreparedStatement DatabaseRawStore.getStreamPreparedStatement(Query query, DbConnection connection)
           
 

Uses of DbConnection in com.uwyn.rife.database
 

Methods in com.uwyn.rife.database that return DbConnection
 DbConnection DbQueryManager.getConnection()
          Obtains a DbConnection of this DbQueryManager's Datasource.
 DbConnection DbStatement.getConnection()
          Returns the DbConnection object from which this DbStatement object has been instantiated.
 DbConnection Datasource.getConnection()
          Retrieves a free database connection.
 

Methods in com.uwyn.rife.database with parameters of type DbConnection
 DbStatement DbResultSetHandler.createStatement(DbConnection connection)
           
 DbPreparedStatement DbResultSetHandler.getPreparedStatement(Query query, DbConnection connection)
           
abstract  ResultType DbConnectionUser.useConnection(DbConnection connection)
          Should be implemented by all extending classes.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.