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
-
Method Details
-
call
- Throws:
SQLException
-