Uses of Class
railo.runtime.db.driver.ConnectionProxy

Packages that use ConnectionProxy
railo.runtime.db.driver   
railo.runtime.db.driver.state   
 

Uses of ConnectionProxy in railo.runtime.db.driver
 

Methods in railo.runtime.db.driver with parameters of type ConnectionProxy
 CallableStatementProxy Factory.createCallableStatementProxy(ConnectionProxy connectionProxy, CallableStatement prepareCall, String sql)
           
 PreparedStatementProxy Factory.createPreparedStatementProxy(ConnectionProxy connectionProxy, PreparedStatement prepareStatement, String sql)
           
 StatementProxy Factory.createStatementProxy(ConnectionProxy connectionProxy, Statement createStatement)
           
 

Constructors in railo.runtime.db.driver with parameters of type ConnectionProxy
CallableStatementProxy(ConnectionProxy conn, CallableStatement prepareCall, String sql)
           
PreparedStatementProxy(ConnectionProxy conn, PreparedStatement stat, String sql)
           
StatementProxy(ConnectionProxy conn, Statement stat)
           
 

Uses of ConnectionProxy in railo.runtime.db.driver.state
 

Methods in railo.runtime.db.driver.state with parameters of type ConnectionProxy
 CallableStatementProxy StateFactory.createCallableStatementProxy(ConnectionProxy conn, CallableStatement stat, String sql)
           
 PreparedStatementProxy StateFactory.createPreparedStatementProxy(ConnectionProxy conn, PreparedStatement stat, String sql)
           
 StatementProxy StateFactory.createStatementProxy(ConnectionProxy conn, Statement stat)
           
 

Constructors in railo.runtime.db.driver.state with parameters of type ConnectionProxy
StateCallableStatement(ConnectionProxy conn, CallableStatement prepareCall, String sql)
           
StatePreparedStatement(ConnectionProxy conn, PreparedStatement stat, String sql)
           
StateStatement(ConnectionProxy conn, Statement stat)
           
 



Copyright © 2012 Railo