public class JdkJdbcProxyFactory extends Object implements JdbcProxyFactory
JdbcProxyFactory implementation.DEFAULT| Constructor and Description |
|---|
JdkJdbcProxyFactory() |
public DataSource createDataSource(DataSource dataSource, ProxyConfig proxyConfig)
createDataSource in interface JdbcProxyFactorypublic Connection createConnection(Connection connection, ConnectionInfo connectionInfo, ProxyConfig proxyConfig)
createConnection in interface JdbcProxyFactorypublic Statement createStatement(Statement statement, ConnectionInfo connectionInfo, Connection proxyConnection, ProxyConfig proxyConfig)
createStatement in interface JdbcProxyFactorypublic PreparedStatement createPreparedStatement(PreparedStatement preparedStatement, String query, ConnectionInfo connectionInfo, Connection proxyConnection, ProxyConfig proxyConfig, boolean generateKey)
createPreparedStatement in interface JdbcProxyFactorypublic CallableStatement createCallableStatement(CallableStatement callableStatement, String query, ConnectionInfo connectionInfo, Connection proxyConnection, ProxyConfig proxyConfig)
createCallableStatement in interface JdbcProxyFactorypublic ResultSet createResultSet(ResultSet resultSet, ConnectionInfo connectionInfo, ProxyConfig proxyConfig)
JdbcProxyFactoryResultSet.createResultSet in interface JdbcProxyFactorypublic ResultSet createGeneratedKeys(ResultSet resultSet, ConnectionInfo connectionInfo, ProxyConfig proxyConfig)
JdbcProxyFactoryResultSet generated keys.createGeneratedKeys in interface JdbcProxyFactoryCopyright © 2019. All rights reserved.