Interface FunctionReturn<T>

All Superinterfaces:
Parameter<T>, ProcedureParameter<T>, QueryParameter<T>
All Known Subinterfaces:
FunctionReturnImplementor<T>
All Known Implementing Classes:
FunctionReturnImpl

@Incubating public interface FunctionReturn<T> extends ProcedureParameter<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 Details

    • getJdbcTypeCode

      int getJdbcTypeCode()
      The JDBC type code representing the SQL type of the function return value.