Class OracleProcedureCallHandler
- java.lang.Object
-
- net.sf.jasperreports.engine.query.OracleProcedureCallHandler
-
- All Implemented Interfaces:
ProcedureCallHandler
public class OracleProcedureCallHandler extends Object implements ProcedureCallHandler
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description OracleProcedureCallHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultSetexecute()voidinit(CallableStatement statement)protected booleanisDataDirectDriver()protected static booleanisOracle(Connection connection)booleansetParameterValue(int parameterIndex, Class<?> type, Object value)
-
-
-
Method Detail
-
isOracle
protected static boolean isOracle(Connection connection) throws SQLException
- Throws:
SQLException
-
init
public void init(CallableStatement statement)
- Specified by:
initin interfaceProcedureCallHandler
-
isDataDirectDriver
protected boolean isDataDirectDriver()
-
setParameterValue
public boolean setParameterValue(int parameterIndex, Class<?> type, Object value) throws SQLException- Specified by:
setParameterValuein interfaceProcedureCallHandler- Throws:
SQLException
-
execute
public ResultSet execute() throws SQLException
- Specified by:
executein interfaceProcedureCallHandler- Throws:
SQLException
-
-