Name: sdR10048 Date: 10/22/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b23"
Problem description
===================
The javadoc for the RowSetMetaDataImpl
getSchemaName
getTableName
getCatalogName
has an unclear assertion (quote from one of the methods):
"public java.lang.String getSchemaName(int columnIndex)
throws java.sql.SQLException
...
Returns:
the schema name or "" if not applicable"
It is unclear what are the circumstances when it is not
applicable. I mean for this class RowSetMetaDataImpl, not for some
subclass. If it is for some RowSetMetaDataImpl's subclass it
should be specified.
======================================================================