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

Errata in API documentation for ResultSetMetaData.getCatalogName()

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0
    • docs
    • beta
    • generic
    • generic



      Name: boT120536 Date: 12/18/2000


      - Not Applicable

      On Page: \jdk1.3\docs\api\index.html
      Interface: java.sql.ResultSetMetaData
      Method name: getCatalogName
      API text:
      public String getCatalogName(int column)
                            throws SQLException
      Gets the designated column's table's catalog name.
      Parameters:
      column - the first column is 1, the second is 2, ...
      Returns:
      column name or "" if not applicable
      Throws:
      SQLException - if a database access error occurs
      ====================================================
      The short description says that the method returns column's table's catalog
      name while the returns section says 'column name or "" if not applicable'
      I guess it should read 'catalog name or "" if not applicable'.
      This has been as above since the early versions of JSDK; surely in JDK1.2.2 and
      JSDK 1.3
      (Review ID: 113939)
      ======================================================================

            mfishersunw Maydene Fisher (Inactive)
            bonealsunw Bret O'neal (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: