Name: sdR10048 Date: 10/22/2003
Filed By : SPB JCK team (###@###.###)
JDK : java full version "1.5.0-beta-b23"
Problem description
===================
Javadoc for RowSetMetaDataImpl isWritable says:
"public boolean isWritable(int columnIndex)
throws java.sql.SQLException
Indicates whether it is possible for a write operation on the
designated column to succeed. A return value of true means that a
write operation may or may not succeed.
Specified by:
isWritable in interface java.sql.ResultSetMetaData
Parameters:
columnIndex - the first column is 1, the second is 2, and so
on; must be between 1 and the number of columns, inclusive
Returns:
true if so; false otherwise "
It is unspecified what the FALSE case means: that a write operation
will definetely not succeed? Clarification needed here.
======================================================================