Interface ProcedureReturnType


  • public interface ProcedureReturnType
    • Method Detail

      • hasResultSet

        boolean hasResultSet()
      • getSqlType

        Integer getSqlType()
        Returns:
        the sql type of the return parameter or null if there is no return parameter
      • getReturnType

        org.apache.olingo.commons.api.edm.EdmReturnType getReturnType()
        Returns:
        the return type or null, if no resultset nor return parameter