public class ProcedureOutputsImpl extends OutputsImpl implements ProcedureOutputs
Modifier and Type | Class and Description |
---|---|
protected class |
ProcedureOutputsImpl.ProcedureCurrentReturnState |
OutputsImpl.CurrentReturnState
Modifier and Type | Method and Description |
---|---|
protected OutputsImpl.CurrentReturnState |
buildCurrentReturnState(boolean isResultSet,
int updateCount) |
Object |
getOutputParameterValue(int position)
Retrieve the value of an OUTPUT parameter by the name position under which the parameter was registered.
|
<T> T |
getOutputParameterValue(ParameterRegistration<T> parameterRegistration)
Retrieve the value of an OUTPUT parameter by the parameter's registration memento.
|
Object |
getOutputParameterValue(String name)
Retrieve the value of an OUTPUT parameter by the name under which the parameter was registered.
|
convert, extractResults, getCurrent, goToNext, release
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrent, goToNext, release
public <T> T getOutputParameterValue(ParameterRegistration<T> parameterRegistration)
ProcedureOutputs
#getNextOutput
getOutputParameterValue
in interface ProcedureOutputs
parameterRegistration
- The parameter's registration memento.ProcedureCall.registerParameter(String, Class, javax.persistence.ParameterMode)
public Object getOutputParameterValue(String name)
ProcedureOutputs
getOutputParameterValue
in interface ProcedureOutputs
name
- The name under which the parameter was registered.ProcedureCall.registerParameter(String, Class, javax.persistence.ParameterMode)
public Object getOutputParameterValue(int position)
ProcedureOutputs
getOutputParameterValue
in interface ProcedureOutputs
position
- The position at which the parameter was registered.ProcedureCall.registerParameter(int, Class, javax.persistence.ParameterMode)
protected OutputsImpl.CurrentReturnState buildCurrentReturnState(boolean isResultSet, int updateCount)
buildCurrentReturnState
in class OutputsImpl
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.