SQLException method iterator needs the javadocs added

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 6
    • Affects Version/s: 1.4.1
    • Component/s: core-libs
    • None
    • b74
    • generic
    • generic
    • Not verified

      The SQLException method iterator is lacking a javadoc description.
      Need to update all places where J2SE is used instead of Java SE in the jdbc javadocs
      The signature for unwrap will be changed from

      public Object unwrap(Class<?> inf) throws SQLException;

      to:

        public <T> T unwrap(Class<T> inf) throws SQLException;

            Assignee:
            Lance Andersen
            Reporter:
            Lance Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: