DatabaseMetaData.getFunctions() is missing the FUNCTION_TYPE column
-------------------------------------------------------------------
Key: DERBY-2745
URL: https://issues.apache.org/jira/browse/DERBY-2745
Project: Derby
Issue Type: Bug
Components: JDBC
Affects Versions: 10.2.2.0, 10.3.0.0
Reporter: Daniel John Debrunner
>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)
# 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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.