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
SQLException
ResultSet execute() throws SQLException
SQLException
Copyright © 2017. All rights reserved.