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, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrent, goToNext, releasepublic <T> T getOutputParameterValue(ParameterRegistration<T> parameterRegistration)
ProcedureOutputs#getNextOutputgetOutputParameterValue in interface ProcedureOutputsparameterRegistration - The parameter's registration memento.ProcedureCall.registerParameter(String, Class, javax.persistence.ParameterMode)public Object getOutputParameterValue(String name)
ProcedureOutputsgetOutputParameterValue in interface ProcedureOutputsname - The name under which the parameter was registered.ProcedureCall.registerParameter(String, Class, javax.persistence.ParameterMode)public Object getOutputParameterValue(int position)
ProcedureOutputsgetOutputParameterValue in interface ProcedureOutputsposition - 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 OutputsImplCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.