public interface ProcedureCallHandler
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
execute() |
void |
init(CallableStatement statement) |
boolean |
setParameterValue(int parameterIndex,
Class<?> type,
Object value) |
void init(CallableStatement statement)
boolean setParameterValue(int parameterIndex,
Class<?> type,
Object value)
throws SQLException
SQLExceptionResultSet execute() throws SQLException
SQLExceptionCopyright © 2017. All rights reserved.