Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4941713

SPEC BUG: javax.sql.rowset.RowSetMetaDataImpl: isWritable

XMLWordPrintable

    • beta
    • sparc
    • solaris_2.6



      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.

      ======================================================================

            jbrucesunw Jonathan Bruce (Inactive)
            dsvsunw Dsv Dsv (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: