Interface ProcedureParameter<T>

    • Method Detail

      • getMode

        ParameterMode getMode()
        Retrieves the parameter "mode". Only really pertinent in regards to procedure/function calls. In all other cases the mode would be ParameterMode.IN
        Returns:
        The parameter mode.