Name: sdR10048 Date: 10/22/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b23"
Problem description
===================
There are some specifiecation points in BaseRowSet that are not quite
clear. They are:
protected java.io.InputStream asciiStream
"The InputStream object that will be returned by the method
getAsciiStream, which is inherited from the ResultSet interface."
Unclear: BaseRowSet class is not inherited from ResultSet.
protected java.io.InputStream binaryStream
"The InputStream object that will be returned by the method
getBinaryStream, which is inherited from the ResultSet
interface."
Unclear: BaseRowSet class is not inherited from ResultSet.
protected java.io.Reader charStream
"The Reader object that will be returned by the method
getCharacterStream, which is inherited from the ResultSet
interface."
Unclear: BaseRowSet class is not inherited from ResultSet.
protected java.io.InputStream unicodeStream
"The InputStream object that will be returned by the method
getUnicodeStream, which is inherited from the ResultSet
interface."
Unclear: BaseRowSet class is not inherited from ResultSet.
If it says about some BaseRowSet's subclass this should be noted somehow.
======================================================================