railo.runtime.db.driver.state
Class StateFactory

java.lang.Object
  extended by railo.runtime.db.driver.state.StateFactory
All Implemented Interfaces:
Factory

public class StateFactory
extends Object
implements Factory


Constructor Summary
StateFactory()
           
 
Method Summary
 CallableStatementProxy createCallableStatementProxy(ConnectionProxy conn, CallableStatement stat, String sql)
           
 PreparedStatementProxy createPreparedStatementProxy(ConnectionProxy conn, PreparedStatement stat, String sql)
           
 StatementProxy createStatementProxy(ConnectionProxy conn, Statement stat)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateFactory

public StateFactory()
Method Detail

createStatementProxy

public StatementProxy createStatementProxy(ConnectionProxy conn,
                                           Statement stat)
Specified by:
createStatementProxy in interface Factory

createPreparedStatementProxy

public PreparedStatementProxy createPreparedStatementProxy(ConnectionProxy conn,
                                                           PreparedStatement stat,
                                                           String sql)
Specified by:
createPreparedStatementProxy in interface Factory

createCallableStatementProxy

public CallableStatementProxy createCallableStatementProxy(ConnectionProxy conn,
                                                           CallableStatement stat,
                                                           String sql)
Specified by:
createCallableStatementProxy in interface Factory


Copyright © 2012 Railo