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

SPEC BUG: javax.sql.rowset.RowSetMetaDataImpl: default values

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
      ===================
      The javadoc for the RowSetMetaDataImpl getXXX/isXXX methods does not specify
      the default output value (if the corresponding setXXX has not been
      called).
      They are:
      public int getColumnCount() throws java.sql.SQLException
      public boolean isAutoIncrement(int columnIndex) throws java.sql.SQLException
      public boolean isCaseSensitive(int columnIndex) throws java.sql.SQLException
      public boolean isSearchable(int columnIndex) throws java.sql.SQLException
      public boolean isCurrency(int columnIndex) throws java.sql.SQLException
      public int isNullable(int columnIndex) throws java.sql.SQLException
      public boolean isSigned(int columnIndex) throws java.sql.SQLException
      public int getColumnDisplaySize(int columnIndex) throws java.sql.SQLException
      public java.lang.String getColumnLabel(int columnIndex) throws java.sql.SQLException
      public java.lang.String getColumnName(int columnIndex) throws java.sql.SQLException
      public java.lang.String getSchemaName(int columnIndex) throws java.sql.SQLException
      public int getPrecision(int columnIndex) throws java.sql.SQLException
      public int getScale(int columnIndex) throws java.sql.SQLException
      public java.lang.String getTableName(int columnIndex) throws java.sql.SQLException
      public java.lang.String getCatalogName(int columnIndex) throws java.sql.SQLException
      public int getColumnType(int columnIndex) throws java.sql.SQLException
      public java.lang.String getColumnTypeName(int columnIndex) throws java.sql.SQLException
      public boolean isReadOnly(int columnIndex) throws java.sql.SQLException
      public boolean isWritable(int columnIndex) throws java.sql.SQLException
      public boolean isDefinitelyWritable(int columnIndex) throws java.sql.SQLException

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

            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: