Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-2745

DatabaseMetaData.getFunctions() is missing the FUNCTION_TYPE column

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 10.2.2.0, 10.3.1.4
    • None
    • JDBC
    • None

    Description

      From the jdbc4.TestDbMetaData test it appears that DMD.getFunctions() is missing the FUNCTION_TYPE column.
      Here's the expected column names from the test:
      "FUNCTION_CAT", "FUNCTION_SCHEM", "FUNCTION_NAME", "REMARKS", "SPECIFIC_NAME"

      JDK 6 javadoc has this additional column (as the 5th column)

      1. FUNCTION_TYPE short => kind of function:
      • functionResultUnknown - Cannot determine if a return value or table will be returned
      • functionNoTable- Does not return a table
      • functionReturnsTable - Returns a table

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              djd Daniel John Debrunner
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: