Interface JDBCInterceptor
- All Known Implementing Classes:
SQLRecoverableExceptionHandler
public interface JDBCInterceptor
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptiondefault <T> Tget(JDBCInterceptor.SupplierWithSQLException<T> supplier) <T> Tget(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier) default voidrun(JDBCInterceptor.RunnableWithSQLException runnable) default <T> T
-
Method Details
-
wrap
-
run
- Throws:
SQLException
-
get
- Throws:
SQLException
-
get
<T> T get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier) throws SQLException - Throws:
SQLException
-