src/share/classes/java/sql/DatabaseMetaData.java

Print this page

        

@@ -29,11 +29,11 @@
 /**
  * Comprehensive information about the database as a whole.
  * <P>
  * This interface is implemented by driver vendors to let users know the capabilities
  * of a Database Management System (DBMS) in combination with
- * the driver based on JDBC<sup><font size=-2>TM</font></sup> technology
+ * the driver based on JDBC&trade; technology
  * ("JDBC driver") that is used with it.  Different relational DBMSs often support
  * different features, implement features in different ways, and use different
  * data types.  In addition, a driver may implement a feature on top of what the
  * DBMS offers.  Information returned by methods in this interface applies
  * to the capabilities of a particular driver and a particular DBMS working

@@ -3072,11 +3072,11 @@
     /**
      * Retrieves whether this database supports the given result set holdability.
      *
      * @param holdability one of the following constants:
      *          <code>ResultSet.HOLD_CURSORS_OVER_COMMIT</code> or
-     *          <code>ResultSet.CLOSE_CURSORS_AT_COMMIT<code>
+     *          <code>ResultSet.CLOSE_CURSORS_AT_COMMIT</code>
      * @return <code>true</code> if so; <code>false</code> otherwise
      * @exception SQLException if a database access error occurs
      * @see Connection
      * @since 1.4
      */