Package org.hibernate.sql.exec.spi
Interface JdbcCallFunctionReturn
-
- All Superinterfaces:
JdbcCallParameterRegistration
- All Known Implementing Classes:
JdbcCallFunctionReturnImpl
public interface JdbcCallFunctionReturn extends JdbcCallParameterRegistration
Models the function return when the JdbcOperationQueryCall represents a call to a database function.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
getName, getParameterBinder, getParameterExtractor, getParameterMode, getParameterType, getRefCursorExtractor, registerParameter
-
-