Name: sdR10048 Date: 10/22/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b23"
Problem description
===================
There some methods in BaseRowSet class (they look like getXXX()) with
unspecified default value.
They are:
public java.lang.String getDataSourceName()
public int getFetchDirection() throws java.sql.SQLException
public int getFetchSize() throws java.sql.SQLException
public java.lang.String getPassword()
public java.lang.String getUrl() throws java.sql.SQLException
public java.lang.String getUsername()
======================================================================