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 "Kathey Marsden (JIRA)" <de...@db.apache.org> on 2006/04/13 18:21:04 UTC

[jira] Resolved: (DERBY-354) for the class org.apache.derby.diag.ErrorMessages the javadoc is not correct

     [ http://issues.apache.org/jira/browse/DERBY-354?page=all ]
     
Kathey Marsden resolved DERBY-354:
----------------------------------

    Fix Version: 10.1.1.0
                     (was: 10.2.0.0)
     Resolution: Fixed

Fixed in 10.1 with revision 208776 - "In preparation for the 10.1 release, roll up fixes from trunk."


> for the class org.apache.derby.diag.ErrorMessages the javadoc is not correct
> ----------------------------------------------------------------------------
>
>          Key: DERBY-354
>          URL: http://issues.apache.org/jira/browse/DERBY-354
>      Project: Derby
>         Type: Sub-task

>   Components: Documentation
>     Reporter: Myrna van Lunteren
>     Assignee: Myrna van Lunteren
>     Priority: Trivial
>      Fix For: 10.1.1.0
>  Attachments: errormessjdoc.diff
>
> The current javadoc, (which is not to be published, see DERBY-138) is incorrect for the class org.apache.derby.diag.ErrorMessages:
> Instead of this:
> -----------
> ErrorMessage is a VTI that shows all the SQLStates, locale-sensitive error messages, and exception severities for a database. 
> To use it, query it as an external virtual table:
>  SELECT* FROM NEW ErrorMessages() AS EQ; 
> -----------
> I'd suggest this:
> -----------
> ErrorMessage shows all the SQLStates, locale-sensitive error messages, and exception severities for a database. 
> To use it, query it as follows
>  SELECT * FROM NEW org.apache.derby.diag.ErrorMessages() AS EQ; 
> -----------

-- 
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