| Package | Description |
|---|---|
| net.ttddyy.dsproxy | |
| net.ttddyy.dsproxy.proxy | |
| net.ttddyy.dsproxy.proxy.jdk |
| Constructor and Description |
|---|
ExecutionInfo(ConnectionInfo connectionInfo,
Statement statement,
boolean isBatch,
int batchSize,
Method method,
Object[] methodArgs) |
| Modifier and Type | Method and Description |
|---|---|
StatementProxyLogic.Builder |
StatementProxyLogic.Builder.connectionInfo(ConnectionInfo connectionInfo) |
PreparedStatementProxyLogic.Builder |
PreparedStatementProxyLogic.Builder.connectionInfo(ConnectionInfo connectionInfo) |
CallableStatement |
JdbcProxyFactory.createCallableStatement(CallableStatement callableStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Connection |
JdbcProxyFactory.createConnection(Connection connection,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo) |
PreparedStatement |
JdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Statement |
JdbcProxyFactory.createStatement(Statement statement,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
| Constructor and Description |
|---|
ConnectionProxyLogic(Connection connection,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
JdbcProxyFactory jdbcProxyFactory) |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
ResultSetProxyJdbcProxyFactory.createCallableStatement(CallableStatement callableStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
CallableStatement |
JdkJdbcProxyFactory.createCallableStatement(CallableStatement callableStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Connection |
JdkJdbcProxyFactory.createConnection(Connection connection,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo) |
PreparedStatement |
ResultSetProxyJdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
PreparedStatement |
JdkJdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Statement |
ResultSetProxyJdbcProxyFactory.createStatement(Statement statement,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Statement |
JdkJdbcProxyFactory.createStatement(Statement statement,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
| Constructor and Description |
|---|
CallableStatementInvocationHandler(CallableStatement cs,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
ConnectionInvocationHandler(Connection connection,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
JdbcProxyFactory jdbcProxyFactory) |
PreparedStatementInvocationHandler(PreparedStatement ps,
String query,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
StatementInvocationHandler(Statement stmt,
InterceptorHolder interceptorHolder,
ConnectionInfo connectionInfo,
Connection proxyConnection) |
Copyright © 2017. All rights reserved.