public interface SqlCallable<V>
| Modifier and Type | Method and Description |
|---|---|
V |
call(Connection connection)
Implementation for the action to perform.
|
V call(Connection connection) throws SQLException
connection - the connection against which to perform the actionSQLException - throw with detail related to cause; callers should
retry if the exception type is
SQLTransientException.Copyright © 2015. All rights reserved.