You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2012/05/07 18:23:06 UTC

svn commit: r1335100 - /db/derby/docs/trunk/src/ref/rrefjdbc96386.dita

Author: chaase3
Date: Mon May  7 16:23:06 2012
New Revision: 1335100

URL: http://svn.apache.org/viewvc?rev=1335100&view=rev
Log:
DERBY-5696  Documentation on LOBS needs some fixes

Modified one Reference Manual topic.

Patch: DERBY-5696-2.diff

Modified:
    db/derby/docs/trunk/src/ref/rrefjdbc96386.dita

Modified: db/derby/docs/trunk/src/ref/rrefjdbc96386.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefjdbc96386.dita?rev=1335100&r1=1335099&r2=1335100&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefjdbc96386.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefjdbc96386.dita Mon May  7 16:23:06 2012
@@ -36,7 +36,9 @@ a LOB rather than a complete copy of the
 <ph conref="../conrefs.dita#prod/productshortname"></ph> does not materialize a
 LOB when you use the BLOB or CLOB data type. You can, however, call methods on
 a <i>java.sql.Blob</i> and <i>java.sql.Clob</i> object to materialize it
-(that is, to retrieve the entire object or parts of it).</p></section>
+(that is, to retrieve the entire object or parts of it).</p>
+<p>You can access a LOB column only once within a row, by invoking a getter
+method on it.</p></section>
 <section><p>To use the <i>java.sql.Blob</i> and <i>java.sql.Clob</i> features:   <ul>
 <li>Use the SQL BLOB type for columns which hold very large binary values.</li>
 <li>Use the SQL CLOB type for columns which hold very large string values.</li>