[ http://issues.apache.org/jira/browse/DERBY-354?page=all ]
Myrna van Lunteren reassigned DERBY-354:
----------------------------------------
Assign To: Myrna van Lunteren
> 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.2.0.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