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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcall()
-
-
-
Method Detail
-
call
T call()
-
-