Uses of Class
org.tranql.connector.jdbc.ConnectionWrapper

Packages that use ConnectionWrapper
org.tranql.connector.jdbc   
 

Uses of ConnectionWrapper in org.tranql.connector.jdbc
 

Constructors in org.tranql.connector.jdbc with parameters of type ConnectionWrapper
PreparedStatementKey(ConnectionWrapper c, java.lang.String sql)
           
PreparedStatementKey(ConnectionWrapper c, java.lang.String sql, int autoGeneratedKeys)
           
PreparedStatementKey(ConnectionWrapper c, java.lang.String sql, int[] columnIndexes)
           
PreparedStatementKey(ConnectionWrapper c, java.lang.String sql, int resultSetType, int resultSetConcurrency)
           
PreparedStatementKey(ConnectionWrapper c, java.lang.String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
           
PreparedStatementKey(ConnectionWrapper c, java.lang.String sql, java.lang.String[] columnNames)
           
PreparedStatementWrapper(ConnectionWrapper cw, java.lang.String sql, java.sql.PreparedStatement ps, long prepareTime)
           
 



Copyright © -2009 The Codehaus. All Rights Reserved.