< prev index next >

src/java.sql.rowset/share/classes/javax/sql/rowset/Joinable.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 136,146 **** /** * Sets the designated column as the match column for this <code>RowSet</code> * object. A <code>JoinRowSet</code> object can now add this <code>RowSet</code> * object based on the match column. * <p> ! * Sub-interfaces such as the <code>CachedRowSet</code>&trade; * interface define the method <code>CachedRowSet.setKeyColumns</code>, which allows * primary key semantics to be enforced on specific columns. * Implementations of the <code>setMatchColumn(int columnIdx)</code> method * should ensure that the constraints on the key columns are maintained when * a <code>CachedRowSet</code> object sets a primary key column as a match column. --- 136,146 ---- /** * Sets the designated column as the match column for this <code>RowSet</code> * object. A <code>JoinRowSet</code> object can now add this <code>RowSet</code> * object based on the match column. * <p> ! * Sub-interfaces such as the <code>CachedRowSet</code> * interface define the method <code>CachedRowSet.setKeyColumns</code>, which allows * primary key semantics to be enforced on specific columns. * Implementations of the <code>setMatchColumn(int columnIdx)</code> method * should ensure that the constraints on the key columns are maintained when * a <code>CachedRowSet</code> object sets a primary key column as a match column.
< prev index next >