Interface FunctionReturn<T>
- All Superinterfaces:
Parameter<T>, ProcedureParameter<T>, QueryParameter<T>
- All Known Subinterfaces:
FunctionReturnImplementor<T>
Describes the function return value of a
ProcedureCall
executed via a JDBC escape of form ("{? = call ...}.
That is, the ? parameter occurring before the =.- Since:
- 6.0
-
Method Summary
Modifier and TypeMethodDescriptionintThe JDBC type code representing the SQL type of the function return value.Methods inherited from interface Parameter
getName, getParameterType, getPositionMethods inherited from interface ProcedureParameter
getModeMethods inherited from interface QueryParameter
allowsMultiValuedBinding, getHibernateType, isNamed, isOrdinal
-
Method Details
-
getJdbcTypeCode
int getJdbcTypeCode()The JDBC type code representing the SQL type of the function return value.
-