Package org.hibernate.procedure
Interface FunctionReturn<T>
- All Superinterfaces:
Parameter<T>,ProcedureParameter<T>,QueryParameter<T>
- All Known Subinterfaces:
FunctionReturnImplementor<T>
- All Known Implementing Classes:
FunctionReturnImpl
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 jakarta.persistence.Parameter
getName, getParameterType, getPositionMethods inherited from interface org.hibernate.procedure.ProcedureParameter
getModeMethods inherited from interface org.hibernate.query.QueryParameter
allowsMultiValuedBinding, getHibernateType, isNamed, isOrdinal
-
Method Details
-
getJdbcTypeCode
int getJdbcTypeCode()The JDBC type code representing the SQL type of the function return value.
-