@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ReturnValue
Also allows to provide additional information about the return value.
You would use this for functions as opposed to procedures.
Causes a call string to be generated in the form of
"{ ? = call function_name()}" instead of "{call function_name(?)}".
OutParameterpublic abstract int type
TypeMapper is used.Typespublic abstract String name
ProcedureCallerFactory.ParameterRegistration.NAME_ONLY or
ProcedureCallerFactory.ParameterRegistration.NAME_AND_TYPE.Copyright © 2013–2016. All rights reserved.