Interface SqlCallable<V>
-
public interface SqlCallable<V>An interface analogous to Callable but constrained so that implementations can only throw SqlException, not the more generic Exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vcall()
-
-
-
Method Detail
-
call
V call() throws SQLException
- Throws:
SQLException
-
-