railo.runtime.db.driver
Interface Factory

All Known Implementing Classes:
StateFactory

public interface Factory


Method Summary
 CallableStatementProxy createCallableStatementProxy(ConnectionProxy connectionProxy, CallableStatement prepareCall, String sql)
           
 PreparedStatementProxy createPreparedStatementProxy(ConnectionProxy connectionProxy, PreparedStatement prepareStatement, String sql)
           
 StatementProxy createStatementProxy(ConnectionProxy connectionProxy, Statement createStatement)
           
 

Method Detail

createStatementProxy

StatementProxy createStatementProxy(ConnectionProxy connectionProxy,
                                    Statement createStatement)

createPreparedStatementProxy

PreparedStatementProxy createPreparedStatementProxy(ConnectionProxy connectionProxy,
                                                    PreparedStatement prepareStatement,
                                                    String sql)

createCallableStatementProxy

CallableStatementProxy createCallableStatementProxy(ConnectionProxy connectionProxy,
                                                    CallableStatement prepareCall,
                                                    String sql)


Copyright © 2012 Railo