< prev index next >

src/java.sql/share/classes/java/sql/NClob.java

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

*** 24,34 **** */ package java.sql; /** ! * The mapping in the Java&trade; programming language * for the SQL <code>NCLOB</code> type. * An SQL <code>NCLOB</code> is a built-in type * that stores a Character Large Object using the National Character Set * as a column value in a row of a database table. * <P>The <code>NClob</code> interface extends the <code>Clob</code> interface --- 24,34 ---- */ package java.sql; /** ! * The mapping in the Java programming language * for the SQL <code>NCLOB</code> type. * An SQL <code>NCLOB</code> is a built-in type * that stores a Character Large Object using the National Character Set * as a column value in a row of a database table. * <P>The <code>NClob</code> interface extends the <code>Clob</code> interface
< prev index next >