Uses of Interface
org.eclipse.net4j.db.IDBPreparedStatement

Packages that use IDBPreparedStatement
org.eclipse.net4j.db The Net4j DB framework. 
 

Uses of IDBPreparedStatement in org.eclipse.net4j.db
 

Methods in org.eclipse.net4j.db that return IDBPreparedStatement
 IDBPreparedStatement IDBResultSet.getStatement()
           
 IDBPreparedStatement IDBConnection.prepareStatement(String sql, IDBPreparedStatement.ReuseProbability reuseProbability)
           
 IDBPreparedStatement IDBConnection.prepareStatement(String sql, int resultSetType, int resultSetConcurrency, IDBPreparedStatement.ReuseProbability reuseProbability)
           
 



Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.