public class OpenTracingStatementProxy<StmtInterface extends Statement> extends DynamicProxySupport<StmtInterface>
closed, delegate, proxiedMethods| Modifier and Type | Method and Description |
|---|---|
void |
addBatch(String sql) |
void |
clearBatch() |
boolean |
execute(String sql) |
boolean |
execute(String sql,
int autoGeneratedKeys) |
boolean |
execute(String sql,
int[] columnIndexes) |
boolean |
execute(String sql,
String[] columnNames) |
int[] |
executeBatch() |
ResultSet |
executeQuery(String sql) |
int |
executeUpdate(String sql) |
int |
executeUpdate(String sql,
int autoGeneratedKeys) |
int |
executeUpdate(String sql,
int[] columnIndexes) |
int |
executeUpdate(String sql,
String[] columnNames) |
protected Class |
getRequiredInterfaceType() |
protected void |
handleInvocationException(Throwable e) |
protected void |
setMetaData(String sql,
io.opentracing.Span s) |
protected void |
throwInvocationAfterClose(String method) |
addIfNotNull, callNativeMethod, createDynamicProxy, getClassLoadersToTry, getInterfaceClasses, invoke, isProxyInstanceOfClass, markClosedprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class DynamicProxySupport<StmtInterface extends Statement>Throwableprotected void throwInvocationAfterClose(String method) throws Exception
throwInvocationAfterClose in class DynamicProxySupport<StmtInterface extends Statement>Exceptionprotected Class getRequiredInterfaceType()
getRequiredInterfaceType in class DynamicProxySupport<StmtInterface extends Statement>public ResultSet executeQuery(String sql) throws SQLException
SQLExceptionprotected void setMetaData(String sql, io.opentracing.Span s)
public int executeUpdate(String sql) throws SQLException
SQLExceptionpublic boolean execute(String sql) throws SQLException
SQLExceptionpublic void addBatch(String sql) throws SQLException
SQLExceptionpublic void clearBatch()
throws SQLException
SQLExceptionpublic int[] executeBatch()
throws SQLException
SQLExceptionpublic int executeUpdate(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic int executeUpdate(String sql, String[] columnNames) throws SQLException
SQLExceptionpublic boolean execute(String sql, int autoGeneratedKeys) throws SQLException
SQLExceptionpublic boolean execute(String sql, int[] columnIndexes) throws SQLException
SQLExceptionpublic boolean execute(String sql, String[] columnNames) throws SQLException
SQLExceptionCopyright © 2026. All rights reserved.