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 jt...@apache.org on 2006/02/08 04:13:25 UTC

svn commit: r375836 - /db/derby/docs/trunk/src/ref/rrefsqlj30118.dita

Author: jta
Date: Tue Feb  7 19:13:22 2006
New Revision: 375836

URL: http://svn.apache.org/viewcvs?rev=375836&view=rev
Log:
DERBY-570 Applied Eric Radzinski's patch for the Reference Guide that
documents the jdbc type for LONG VARCHAR FOR BIT DATA. 

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

Modified: db/derby/docs/trunk/src/ref/rrefsqlj30118.dita
URL: http://svn.apache.org/viewcvs/db/derby/docs/trunk/src/ref/rrefsqlj30118.dita?rev=375836&r1=375835&r2=375836&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsqlj30118.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsqlj30118.dita Tue Feb  7 19:13:22 2006
@@ -1,4 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
+
+<!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN"
+ "../dtd/reference.dtd">
 <!-- 
 Copyright 1997, 2005 The Apache Software Foundation or its licensors, as applicable.  
 
@@ -14,9 +17,6 @@
 See the License for the specific language governing permissions and  
 limitations under the License.
 -->
-
-<!DOCTYPE reference PUBLIC "-//IBM//DTD DITA Reference//EN"
- "../dtd/reference.dtd">
 <reference id="rrefsqlj30118" xml:lang="en-us">
 <title>LONG VARCHAR FOR BIT DATA</title>
 <prolog><metadata>
@@ -24,10 +24,10 @@
 </metadata></prolog>
 <refbody>
 <section> <p>The LONG VARCHAR FOR BIT DATA type allows storage of bit strings
-up to 32,700 bytes. It is identical to <xref href="rrefsqlj32714.dita#rrefsqlj32714">VARCHAR FOR BIT DATA</xref>,
-except that you do not have to specify a maximum length when creating columns
-of this type.</p></section>
+up to 32,700 bytes. It is identical to <xref href="rrefsqlj32714.dita#rrefsqlj32714">VARCHAR
+FOR BIT DATA</xref>, except that you do not have to specify a maximum length
+when creating columns of this type.</p></section>
 <refsyn><title>Syntax</title> <codeblock><b>LONG VARCHAR FOR BIT DATA</b></codeblock> </refsyn>
+<section><title>JDBC metadata type (java.sql.Types)</title><p>LONGVARBINARY</p></section>
 </refbody>
 </reference>
-