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 setSigned contains a typo
(tree SQLException declarations):
"public void setSigned(int columnIndex,
boolean property)
throws java.sql.SQLException
Throws:
SQLException - if a database access error occurs
SQLException - if a database access error occurs or the given
column number is out of bounds
java.sql.SQLException"
======================================================================