public class OpenTracingConnectionProxy extends DynamicProxySupport<Connection>
closed, delegate, proxiedMethods| Constructor and Description |
|---|
OpenTracingConnectionProxy(Connection delegate) |
addIfNotNull, callNativeMethod, createDynamicProxy, getClassLoadersToTry, getInterfaceClasses, invoke, isProxyInstanceOfClass, markClosedpublic OpenTracingConnectionProxy(Connection delegate)
public Statement createStatement() throws SQLException
SQLExceptionprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class DynamicProxySupport<Connection>Throwableprotected void throwInvocationAfterClose(String method) throws Exception
throwInvocationAfterClose in class DynamicProxySupport<Connection>Exceptionprotected Class<Connection> getRequiredInterfaceType()
getRequiredInterfaceType in class DynamicProxySupport<Connection>public PreparedStatement prepareStatement(String sql) throws SQLException
SQLExceptionpublic CallableStatement prepareCall(String sql) throws SQLException
SQLExceptionpublic PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionpublic CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency) throws SQLException
SQLExceptionpublic PreparedStatement prepareStatement(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionpublic CallableStatement prepareCall(String sql, int resultSetType, int resultSetConcurrency, int resultSetHoldability) throws SQLException
SQLExceptionpublic PreparedStatement prepareStatement(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionprotected PreparedStatement dynamicProxyFor(PreparedStatement tracedStatement, String sql)
protected CallableStatement dynamicProxyFor(CallableStatement tracedStatement, String sql)
public PreparedStatement prepareStatement(String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic PreparedStatement prepareStatement(String sql, String[] columnNames) throws SQLException
SQLExceptionCopyright © 2026. All rights reserved.