Package org.apache.calcite.avatica
Interface AvaticaConnection.CallableWithoutException<T>
- Type Parameters:
T- The return type fromcall.
- Enclosing class:
- AvaticaConnection
public static interface AvaticaConnection.CallableWithoutException<T>
A Callable-like interface but without a "throws Exception".
-
Method Summary
-
Method Details
-
call
T call()
-