Interface FunctionReturn<T>

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

public interface FunctionReturn<T> extends ProcedureParameter<T>
Describes the function return for ProcedureCalls that represent calls to a function ("{? = call ...} syntax) rather that a proc ({call ...} syntax)
  • Method Details

    • getJdbcTypeCode

      int getJdbcTypeCode()