⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 updatableresultset.out

📁 derby database source code.good for you.
💻 OUT
📖 第 1 页 / 共 5 页
字号:
Next datatype to test is DECIMAL(10,5)
  Testing updateShort on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateShort
    Using column name as first parameter to updateShort
  Testing updateInt on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateInt
    Using column name as first parameter to updateInt
  Testing updateLong on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateLong
    Using column name as first parameter to updateLong
  Testing updateBigDecimal on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateBigDecimal
    Using column name as first parameter to updateBigDecimal
  Testing updateFloat on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateFloat
    Using column name as first parameter to updateFloat
  Testing updateDouble on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateDouble
    Using column name as first parameter to updateDouble
  Testing updateString on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateString
    Using column name as first parameter to updateString
  Testing updateAsciiStream on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateAsciiStream
      Got expected exception : An attempt was made to get a data value of type 'DECIMAL' from a data value of type 'java.io.InputStream'.
    Using column name as first parameter to updateAsciiStream
      Got expected exception : An attempt was made to get a data value of type 'DECIMAL' from a data value of type 'java.io.InputStream'.
  Testing updateCharacterStream on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateCharacterStream
      Got expected exception : An attempt was made to get a data value of type 'DECIMAL' from a data value of type 'java.io.Reader'.
    Using column name as first parameter to updateCharacterStream
      Got expected exception : An attempt was made to get a data value of type 'DECIMAL' from a data value of type 'java.io.Reader'.
  Testing updateByte on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateByte
    Using column name as first parameter to updateByte
  Testing updateBytes on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateBytes
      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DECIMAL'.
    Using column name as first parameter to updateBytes
      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DECIMAL'.
  Testing updateBinaryStream on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateBinaryStream
      Got expected exception : An attempt was made to get a data value of type 'DECIMAL' from a data value of type 'java.io.InputStream'.
    Using column name as first parameter to updateBinaryStream
      Got expected exception : An attempt was made to get a data value of type 'DECIMAL' from a data value of type 'java.io.InputStream'.
  Testing updateClob on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateClob
    Using column name as first parameter to updateClob
  Testing updateDate on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateDate
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DECIMAL'.
    Using column name as first parameter to updateDate
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'DECIMAL'.
  Testing updateTime on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateTime
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DECIMAL'.
    Using column name as first parameter to updateTime
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'DECIMAL'.
  Testing updateTimestamp on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateTimestamp
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DECIMAL'.
    Using column name as first parameter to updateTimestamp
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'DECIMAL'.
  Testing updateBlob on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateBlob
    Using column name as first parameter to updateBlob
  Testing updateBoolean on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateBoolean
    Using column name as first parameter to updateBoolean
  Testing updateNull on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateNull
    Using column name as first parameter to updateNull
  Testing updateArray on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateArray
    Using column name as first parameter to updateArray
  Testing updateRef on SQL type DECIMAL(10,5)
    Using column position as first parameter to updateRef
    Using column name as first parameter to updateRef
Next datatype to test is REAL
  Testing updateShort on SQL type REAL
    Using column position as first parameter to updateShort
    Using column name as first parameter to updateShort
  Testing updateInt on SQL type REAL
    Using column position as first parameter to updateInt
    Using column name as first parameter to updateInt
  Testing updateLong on SQL type REAL
    Using column position as first parameter to updateLong
    Using column name as first parameter to updateLong
  Testing updateBigDecimal on SQL type REAL
    Using column position as first parameter to updateBigDecimal
    Using column name as first parameter to updateBigDecimal
  Testing updateFloat on SQL type REAL
    Using column position as first parameter to updateFloat
    Using column name as first parameter to updateFloat
  Testing updateDouble on SQL type REAL
    Using column position as first parameter to updateDouble
    Using column name as first parameter to updateDouble
  Testing updateString on SQL type REAL
    Using column position as first parameter to updateString
    Using column name as first parameter to updateString
  Testing updateAsciiStream on SQL type REAL
    Using column position as first parameter to updateAsciiStream
      Got expected exception : An attempt was made to get a data value of type 'REAL' from a data value of type 'java.io.InputStream'.
    Using column name as first parameter to updateAsciiStream
      Got expected exception : An attempt was made to get a data value of type 'REAL' from a data value of type 'java.io.InputStream'.
  Testing updateCharacterStream on SQL type REAL
    Using column position as first parameter to updateCharacterStream
      Got expected exception : An attempt was made to get a data value of type 'REAL' from a data value of type 'java.io.Reader'.
    Using column name as first parameter to updateCharacterStream
      Got expected exception : An attempt was made to get a data value of type 'REAL' from a data value of type 'java.io.Reader'.
  Testing updateByte on SQL type REAL
    Using column position as first parameter to updateByte
    Using column name as first parameter to updateByte
  Testing updateBytes on SQL type REAL
    Using column position as first parameter to updateBytes
      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'REAL'.
    Using column name as first parameter to updateBytes
      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'REAL'.
  Testing updateBinaryStream on SQL type REAL
    Using column position as first parameter to updateBinaryStream
      Got expected exception : An attempt was made to get a data value of type 'REAL' from a data value of type 'java.io.InputStream'.
    Using column name as first parameter to updateBinaryStream
      Got expected exception : An attempt was made to get a data value of type 'REAL' from a data value of type 'java.io.InputStream'.
  Testing updateClob on SQL type REAL
    Using column position as first parameter to updateClob
    Using column name as first parameter to updateClob
  Testing updateDate on SQL type REAL
    Using column position as first parameter to updateDate
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'REAL'.
    Using column name as first parameter to updateDate
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Date' into a data value of type 'REAL'.
  Testing updateTime on SQL type REAL
    Using column position as first parameter to updateTime
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'REAL'.
    Using column name as first parameter to updateTime
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Time' into a data value of type 'REAL'.
  Testing updateTimestamp on SQL type REAL
    Using column position as first parameter to updateTimestamp
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'REAL'.
    Using column name as first parameter to updateTimestamp
      Got expected exception : An attempt was made to put a data value of type 'java.sql.Timestamp' into a data value of type 'REAL'.
  Testing updateBlob on SQL type REAL
    Using column position as first parameter to updateBlob
    Using column name as first parameter to updateBlob
  Testing updateBoolean on SQL type REAL
    Using column position as first parameter to updateBoolean
    Using column name as first parameter to updateBoolean
  Testing updateNull on SQL type REAL
    Using column position as first parameter to updateNull
    Using column name as first parameter to updateNull
  Testing updateArray on SQL type REAL
    Using column position as first parameter to updateArray
    Using column name as first parameter to updateArray
  Testing updateRef on SQL type REAL
    Using column position as first parameter to updateRef
    Using column name as first parameter to updateRef
Next datatype to test is DOUBLE
  Testing updateShort on SQL type DOUBLE
    Using column position as first parameter to updateShort
    Using column name as first parameter to updateShort
  Testing updateInt on SQL type DOUBLE
    Using column position as first parameter to updateInt
    Using column name as first parameter to updateInt
  Testing updateLong on SQL type DOUBLE
    Using column position as first parameter to updateLong
    Using column name as first parameter to updateLong
  Testing updateBigDecimal on SQL type DOUBLE
    Using column position as first parameter to updateBigDecimal
    Using column name as first parameter to updateBigDecimal
  Testing updateFloat on SQL type DOUBLE
    Using column position as first parameter to updateFloat
    Using column name as first parameter to updateFloat
  Testing updateDouble on SQL type DOUBLE
    Using column position as first parameter to updateDouble
    Using column name as first parameter to updateDouble
  Testing updateString on SQL type DOUBLE
    Using column position as first parameter to updateString
    Using column name as first parameter to updateString
  Testing updateAsciiStream on SQL type DOUBLE
    Using column position as first parameter to updateAsciiStream
      Got expected exception : An attempt was made to get a data value of type 'DOUBLE' from a data value of type 'java.io.InputStream'.
    Using column name as first parameter to updateAsciiStream
      Got expected exception : An attempt was made to get a data value of type 'DOUBLE' from a data value of type 'java.io.InputStream'.
  Testing updateCharacterStream on SQL type DOUBLE
    Using column position as first parameter to updateCharacterStream
      Got expected exception : An attempt was made to get a data value of type 'DOUBLE' from a data value of type 'java.io.Reader'.
    Using column name as first parameter to updateCharacterStream
      Got expected exception : An attempt was made to get a data value of type 'DOUBLE' from a data value of type 'java.io.Reader'.
  Testing updateByte on SQL type DOUBLE
    Using column position as first parameter to updateByte
    Using column name as first parameter to updateByte
  Testing updateBytes on SQL type DOUBLE
    Using column position as first parameter to updateBytes
      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'.
    Using column name as first parameter to updateBytes
      Got expected exception : An attempt was made to put a data value of type 'byte[]' into a data value of type 'DOUBLE'.
  Testing updateBinaryStream on SQL type DOUBLE
    Using column position as first parameter to updateBinaryStream
      Got expected exception : An attempt was made to get a data value of type 'DOUBLE' from a data value of type 'java.io.InputStream'.
    Using column name as first parameter to updateBinaryStream
      Got expected exception : An attempt was made to get a data value of type 'DOUBLE' from a data value of type 'java.io.InputStream'.
  Testing updateClob on SQL type DOUBLE
    Using column position as first parameter to updateClob
    Using column name as first parameter to updateClob
  Testing updateDate on SQL type DOUBLE
    Using column position as first parameter to updateDate
      Got expected exception : An attempt was made to put a data 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -