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

change to ResultSet.updateObject(0

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 6
    • core-libs
    • None
    • b53
    • generic
    • generic
    • Verified

      ResultSet.updateObject(int index, Object x, int scale)
      ResultSet.updateObject(String, Object x, int scale)

      The scale column is being changed to be called scaleOrLength to provide support for Readers.

      This had not compatibility implications, just addtional functionality
      The following methods were ommitted from the JDBC 4 initial Integration:

      ResultSet
      getNString(int)
      getNString(String)

      CallableStatement
      getNString(int)
      getNString(String)

      SQLInput

      readRowId()
      readNString()
      readSQLXML()
      readNClob()

      SQLOutput
      writeRowId()
      writeNString()
      writeSQLXML()
      writeNClob()

      SQLXML

      createStreamReader()
      createStreamWriter()

      DataTruncation
       2 new constructors which support the cause parameter

            ahandasunw Amit Handa (Inactive)
            lancea Lance Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: