public class OracleProcedureCallHandler extends Object implements ProcedureCallHandler
| Constructor and Description |
|---|
OracleProcedureCallHandler() |
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
execute() |
void |
init(CallableStatement statement) |
protected boolean |
isDataDirectDriver() |
protected static boolean |
isOracle(Connection connection) |
boolean |
setParameterValue(int parameterIndex,
Class<?> type,
Object value) |
protected static boolean isOracle(Connection connection) throws SQLException
SQLExceptionpublic void init(CallableStatement statement)
init in interface ProcedureCallHandlerprotected boolean isDataDirectDriver()
public boolean setParameterValue(int parameterIndex,
Class<?> type,
Object value)
throws SQLException
setParameterValue in interface ProcedureCallHandlerSQLExceptionpublic ResultSet execute() throws SQLException
execute in interface ProcedureCallHandlerSQLExceptionCopyright © 2017. All rights reserved.