Author: dyre
Date: Tue Feb 12 02:10:36 2008
New Revision: 620742
URL: http://svn.apache.org/viewvc?rev=620742&view=rev
Log:
DERBY-2585: Mistaken description in page of CLOB
Patch contributed by Sandeep A
Patch file: derby2585.diff
Modified:
db/derby/docs/trunk/src/ref/rrefclob.dita
Modified: db/derby/docs/trunk/src/ref/rrefclob.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefclob.dita?rev=620742&r1=620741&r2=620742&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefclob.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefclob.dita Tue Feb 12 02:10:36 2008
@@ -31,7 +31,7 @@
is specified in characters (unicode) for CLOB.</section>
<refsyn><title>Syntax</title><codeblock><b>{CLOB |CHARACTER
LARGE OBJECT} [ ( length [{K |M |G}] ) ]</b></codeblock> </refsyn>
<section><title>Default</title><p>A CLOB without a specified length
is defaulted
-to two gigabytes (2,147,483,647).</p> </section>
+to two giga characters (2,147,483,647).</p> </section>
<section><title>Corresponding Compile-Time Java Type</title><p><i>java.sql.Clob</i></p>
</section>
<section><title>JDBC Metadata Type (java.sql.Types)</title><p>CLOB</p><p>Use
the <i>getClob</i> method on the <i>java.sql.ResultSet</i> to retrieve
a CLOB
|