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
SQLException
public void init(CallableStatement statement)
init
in interface ProcedureCallHandler
protected boolean isDataDirectDriver()
public boolean setParameterValue(int parameterIndex, Class<?> type, Object value) throws SQLException
setParameterValue
in interface ProcedureCallHandler
SQLException
public ResultSet execute() throws SQLException
execute
in interface ProcedureCallHandler
SQLException
Copyright © 2016. All rights reserved.