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

Packages that use DbStatement
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 DbStatement in com.uwyn.rife.database
 

Subclasses of DbStatement in com.uwyn.rife.database
 class DbPreparedStatement
          Provides a wrapper around the regular JDBC PreparedStatement class.
 

Fields in com.uwyn.rife.database declared as DbStatement
protected  DbStatement DbResultSet.mStatement
           
 

Methods in com.uwyn.rife.database that return DbStatement
 DbStatement DbConnection.createStatement()
          Creates a new DbStatement instance for this connection.
 DbStatement DbResultSetHandler.createStatement(DbConnection connection)
           
 DbStatement DbConnection.createStatement(int resultSetType, int resultSetConcurrency)
          Creates a new DbStatement instance for this connection with the given type and concurrency.
 DbStatement DbConnection.createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)
          Creates a new DbStatement instance for this connection with the given type, concurrency, and holdability..
 DbStatement DbQueryManager.executeQuery(ReadQuery query)
          Executes a query statement in a connection of this DbQueryManager's Datasource.
 



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