public class ResultSetProxyJdbcProxyFactory extends JdkJdbcProxyFactory
JdkJdbcProxyFactory that also proxies any
ResultSet results so that they can be consumed more than once.DEFAULT| Constructor and Description |
|---|
ResultSetProxyJdbcProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
createCallableStatement(CallableStatement callableStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
PreparedStatement |
createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Statement |
createStatement(Statement statement,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
createConnection, createDataSourcepublic Statement createStatement(Statement statement, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
createStatement in interface JdbcProxyFactorycreateStatement in class JdkJdbcProxyFactorypublic PreparedStatement createPreparedStatement(PreparedStatement preparedStatement, String query, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
createPreparedStatement in interface JdbcProxyFactorycreatePreparedStatement in class JdkJdbcProxyFactorypublic CallableStatement createCallableStatement(CallableStatement callableStatement, String query, InterceptorHolder interceptorHolder, ConnectionInfo connectionInfo, Connection proxyConnection)
createCallableStatement in interface JdbcProxyFactorycreateCallableStatement in class JdkJdbcProxyFactoryCopyright © 2017. All rights reserved.