| 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,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
Connection |
JdbcProxyFactory.createConnection(Connection connection,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
PreparedStatement |
JdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
Statement |
JdbcProxyFactory.createStatement(Statement statement,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
| Constructor and Description |
|---|
ConnectionProxyLogic(Connection connection,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
JdkJdbcProxyFactory.createCallableStatement(CallableStatement callableStatement,
String query,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
Connection |
JdkJdbcProxyFactory.createConnection(Connection connection,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
PreparedStatement |
JdkJdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
Statement |
JdkJdbcProxyFactory.createStatement(Statement statement,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
| Constructor and Description |
|---|
CallableStatementInvocationHandler(CallableStatement cs,
String query,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
ConnectionInvocationHandler(Connection connection,
ConnectionInfo connectionInfo,
ProxyConfig proxyConfig) |
PreparedStatementInvocationHandler(PreparedStatement ps,
String query,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
StatementInvocationHandler(Statement stmt,
ConnectionInfo connectionInfo,
Connection proxyConnection,
ProxyConfig proxyConfig) |
Copyright © 2017. All rights reserved.