Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-1286

Fill in Clob methods required for JDBC3 compliance

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.2.1.6
    • 10.3.1.4
    • JDBC
    • None
    • Normal

    Description

      Fill in Clob methods which we need to be JDBC3-compliant:

      • The following java.sql.CallableStatement methods:
      • getClob(int)
      • The following java.sql.ResultSet methods:
      • updateClob(int,java.sql.Clob)
      • updateClob(java.lang.String,java.sql.Clob)
      • The following java.sql.Clob methods:
      • setString(long,java.lang.String)
      • setString(long,java.lang.String,int,int)
      • setAsciiStream(long)
      • getCharacterStream(long,long)
      • setCharacterStream(long)
      • truncate(long)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rhillegas Richard N. Hillegas
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: