| Package | Description |
|---|---|
| net.ttddyy.dsproxy.proxy | |
| net.ttddyy.dsproxy.proxy.jdk | |
| net.ttddyy.dsproxy.support |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
JdbcProxyFactory.createCallableStatement(CallableStatement callableStatement,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName) |
Connection |
JdbcProxyFactory.createConnection(Connection connection,
InterceptorHolder interceptorHolder) |
Connection |
JdbcProxyFactory.createConnection(Connection connection,
InterceptorHolder interceptorHolder,
String dataSourceName) |
DataSource |
JdbcProxyFactory.createDataSource(DataSource dataSource,
InterceptorHolder interceptorHolder,
String dataSourceName) |
PreparedStatement |
JdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder) |
PreparedStatement |
JdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName) |
Statement |
JdbcProxyFactory.createStatement(Statement statement,
InterceptorHolder interceptorHolder) |
Statement |
JdbcProxyFactory.createStatement(Statement statement,
InterceptorHolder interceptorHolder,
String dataSourceName) |
void |
DataSourceProxyLogic.setInterceptorHolder(InterceptorHolder interceptorHolder) |
| Constructor and Description |
|---|
ConnectionProxyLogic(Connection connection,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
DataSourceProxyLogic(DataSource dataSource,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
PreparedStatementProxyLogic(PreparedStatement ps,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
StatementProxyLogic(Statement stmt,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
| Modifier and Type | Method and Description |
|---|---|
CallableStatement |
ResultSetProxyJdbcProxyFactory.createCallableStatement(CallableStatement callableStatement,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName) |
CallableStatement |
JdkJdbcProxyFactory.createCallableStatement(CallableStatement callableStatement,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName) |
Connection |
JdkJdbcProxyFactory.createConnection(Connection connection,
InterceptorHolder interceptorHolder) |
Connection |
JdkJdbcProxyFactory.createConnection(Connection connection,
InterceptorHolder interceptorHolder,
String dataSourceName) |
DataSource |
JdkJdbcProxyFactory.createDataSource(DataSource dataSource,
InterceptorHolder interceptorHolder,
String dataSourceName) |
PreparedStatement |
JdkJdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder) |
PreparedStatement |
ResultSetProxyJdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName) |
PreparedStatement |
JdkJdbcProxyFactory.createPreparedStatement(PreparedStatement preparedStatement,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName) |
Statement |
JdkJdbcProxyFactory.createStatement(Statement statement,
InterceptorHolder interceptorHolder) |
Statement |
ResultSetProxyJdbcProxyFactory.createStatement(Statement statement,
InterceptorHolder interceptorHolder,
String dataSourceName) |
Statement |
JdkJdbcProxyFactory.createStatement(Statement statement,
InterceptorHolder interceptorHolder,
String dataSourceName) |
| Constructor and Description |
|---|
CallableStatementInvocationHandler(CallableStatement cs,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
ConnectionInvocationHandler(Connection connection,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
DataSourceInvocationHandler(DataSource dataSource,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
PreparedStatementInvocationHandler(PreparedStatement ps,
String query,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
StatementInvocationHandler(Statement stmt,
InterceptorHolder interceptorHolder,
String dataSourceName,
JdbcProxyFactory jdbcProxyFactory) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorHolder |
ProxyDataSource.getInterceptorHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyDataSource.setInterceptorHolder(InterceptorHolder interceptorHolder) |
Copyright © 2017. All rights reserved.