< prev index next >

src/java.sql/share/classes/java/sql/Blob.java

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

*** 27,37 **** import java.io.InputStream; /** * The representation (mapping) in ! * the Java&trade; programming language of an SQL * {@code BLOB} value. An SQL {@code BLOB} is a built-in type * that stores a Binary Large Object as a column value in a row of * a database table. By default drivers implement {@code Blob} using * an SQL {@code locator(BLOB)}, which means that a * {@code Blob} object contains a logical pointer to the --- 27,37 ---- import java.io.InputStream; /** * The representation (mapping) in ! * the Java programming language of an SQL * {@code BLOB} value. An SQL {@code BLOB} is a built-in type * that stores a Binary Large Object as a column value in a row of * a database table. By default drivers implement {@code Blob} using * an SQL {@code locator(BLOB)}, which means that a * {@code Blob} object contains a logical pointer to the
< prev index next >