|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
StatementProxy createStatementProxy(ConnectionProxy connectionProxy, Statement createStatement)
PreparedStatementProxy createPreparedStatementProxy(ConnectionProxy connectionProxy, PreparedStatement prepareStatement, String sql)
CallableStatementProxy createCallableStatementProxy(ConnectionProxy connectionProxy, CallableStatement prepareCall, String sql)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |