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 rh...@apache.org on 2010/08/13 15:19:44 UTC

svn commit: r985187 - /db/derby/docs/trunk/src/ref/rrefsqljargmatching.dita

Author: rhillegas
Date: Fri Aug 13 13:19:44 2010
New Revision: 985187

URL: http://svn.apache.org/viewvc?rev=985187&view=rev
Log:
DERBY-4737: Add BOOLEAN to the list of signature matching rules.

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

Modified: db/derby/docs/trunk/src/ref/rrefsqljargmatching.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefsqljargmatching.dita?rev=985187&r1=985186&r2=985187&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefsqljargmatching.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefsqljargmatching.dita Fri Aug 13 13:19:44 2010
@@ -173,6 +173,12 @@ types to Java data types:
 <tbody>
 
     <row>
+      <entry colname="sqltype">BOOLEAN</entry>
+      <entry colname="primitive"><i>boolean</i></entry>
+      <entry colname="wrapper"><i>java.lang.Boolean</i></entry>
+    </row>
+    
+    <row>
       <entry colname="sqltype">SMALLINT</entry>
       <entry colname="primitive"><i>short</i></entry>
       <entry colname="wrapper"><i>java.lang.Integer</i></entry>