You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <de...@db.apache.org> on 2006/08/02 01:23:15 UTC

[jira] Updated: (DERBY-1530) DatabaseMetaData.getFunctionParameters() changing name to getFunctionColumns()

     [ http://issues.apache.org/jira/browse/DERBY-1530?page=all ]

Rick Hillegas updated DERBY-1530:
---------------------------------

    Attachment: derby-1530_v01.diff

Attaching derby-1530_v01.diff, which makes the following changes:

1) Renames getFunctionParameters() as getFunctionColumns()
2) Renames the functionParameter* constants to functionColumn*
3) Renames 2 of the columns returned by getFunctionColumns() from PARAMATER_* to COLUMN_*.
4) Makes corresponding changes to tests and test output.

Touches the following files:

M      java/engine/org/apache/derby/impl/jdbc/metadata.properties
M      java/engine/org/apache/derby/impl/jdbc/EmbedDatabaseMetaData.java
M      java/engine/org/apache/derby/catalog/SystemProcedures.java
M      java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/JDBC40TranslationTest.java
M      java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/TestDbMetaData.java
M      java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/metadata_test.java
M      java/testing/org/apache/derbyTesting/functionTests/master/metadata.out
M      java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/metadata.out
M      java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/odbc_metadata.out
M      java/testing/org/apache/derbyTesting/functionTests/master/DerbyNetClient/jdk14/metadata.out
M      java/testing/org/apache/derbyTesting/functionTests/master/Upgrade_10_1_10_2.out
M      java/testing/org/apache/derbyTesting/functionTests/master/odbc_metadata.out
M      java/testing/org/apache/derbyTesting/functionTests/master/TestDbMetaData.out
M      java/client/org/apache/derby/client/am/DatabaseMetaData.java

This patch can't be committed until the corresponding JDBC4 changes turn up in the Mustang beta.

> DatabaseMetaData.getFunctionParameters() changing name to getFunctionColumns()
> ------------------------------------------------------------------------------
>
>                 Key: DERBY-1530
>                 URL: http://issues.apache.org/jira/browse/DERBY-1530
>             Project: Derby
>          Issue Type: New Feature
>          Components: JDBC
>    Affects Versions: 10.2.0.0
>            Reporter: Rick Hillegas
>         Assigned To: Rick Hillegas
>             Fix For: 10.2.0.0
>
>         Attachments: derby-1530_v01.diff
>
>
> The JDBC4 expert group has made the following changes to their spec:
> DatabaseMetaData.getFunctionParameters() is changing name to getFunctionColumns()
> The DatabaseMetaData.functionParameter* constants are changing name to functionColumn*

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira