public class OpenTracingPreparedStatementProxy<StmtInterface extends PreparedStatement> extends OpenTracingStatementProxy<StmtInterface>
closed, delegate, proxiedMethods| Modifier and Type | Method and Description |
|---|---|
boolean |
execute() |
ResultSet |
executeQuery() |
int |
executeUpdate() |
protected Class |
getRequiredInterfaceType() |
protected void |
handleInvocationException(Throwable e) |
protected void |
throwInvocationAfterClose(String method) |
addBatch, clearBatch, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, setMetaDataaddIfNotNull, callNativeMethod, createDynamicProxy, getClassLoadersToTry, getInterfaceClasses, invoke, isProxyInstanceOfClass, markClosedprotected void handleInvocationException(Throwable e) throws Throwable
handleInvocationException in class OpenTracingStatementProxy<StmtInterface extends PreparedStatement>Throwableprotected void throwInvocationAfterClose(String method) throws Exception
throwInvocationAfterClose in class OpenTracingStatementProxy<StmtInterface extends PreparedStatement>Exceptionprotected Class getRequiredInterfaceType()
getRequiredInterfaceType in class OpenTracingStatementProxy<StmtInterface extends PreparedStatement>public ResultSet executeQuery() throws SQLException
SQLExceptionpublic int executeUpdate()
throws SQLException
SQLExceptionpublic boolean execute()
throws SQLException
SQLExceptionCopyright © 2026. All rights reserved.