Interface SqlJdbcFunctionCall.MakeCall

    • Method Detail

      • createCall

        SqlCall createCall​(SqlParserPos pos,
                           SqlNode... operands)
        Creates and return a SqlCall. If the MakeCall strategy object was created with a reordering specified the call will be created with the operands reordered, otherwise no change of ordering is applied
        Parameters:
        operands - Operands
      • isValidArgCount

        java.lang.String isValidArgCount​(SqlCallBinding binding)