public interface JDBCInterceptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
JDBCInterceptor.RunnableWithSQLException |
static interface |
JDBCInterceptor.SupplierWithSQLException<T> |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
get(JDBCInterceptor.SupplierWithSQLException<T> supplier) |
<T> T |
get(JDBCInterceptorContext ctx,
JDBCInterceptor.SupplierWithSQLException<T> supplier) |
default void |
run(JDBCInterceptor.RunnableWithSQLException runnable) |
default <T> T |
wrap(T target,
java.lang.Class<T> jdbcInterface) |
default <T> T wrap(T target,
java.lang.Class<T> jdbcInterface)
default void run(JDBCInterceptor.RunnableWithSQLException runnable) throws java.sql.SQLException
java.sql.SQLExceptiondefault <T> T get(JDBCInterceptor.SupplierWithSQLException<T> supplier) throws java.sql.SQLException
java.sql.SQLException<T> T get(JDBCInterceptorContext ctx, JDBCInterceptor.SupplierWithSQLException<T> supplier) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2018 SAP SE. All Rights Reserved.