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 2013/10/18 17:19:03 UTC

svn commit: r1533494 - /db/derby/docs/branches/10.10/src/ref/rrefjdbc15905.dita

Author: chaase3
Date: Fri Oct 18 15:19:03 2013
New Revision: 1533494

URL: http://svn.apache.org/r1533494
Log:
DERBY-5244  Revise DatabaseMetaData section of Reference Manual

Merged DERBY-5244.diff to 10.10 doc branch from trunk revision 1533480.

Modified:
    db/derby/docs/branches/10.10/src/ref/rrefjdbc15905.dita

Modified: db/derby/docs/branches/10.10/src/ref/rrefjdbc15905.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.10/src/ref/rrefjdbc15905.dita?rev=1533494&r1=1533493&r2=1533494&view=diff
==============================================================================
--- db/derby/docs/branches/10.10/src/ref/rrefjdbc15905.dita (original)
+++ db/derby/docs/branches/10.10/src/ref/rrefjdbc15905.dita Fri Oct 18 15:19:03 2013
@@ -32,6 +32,9 @@ this parameter, since <ph conref="../con
 does not support catalogs. Similarly, methods that return a catalog in the
 <i>ResultSet</i> will always return <i>null</i> in that column.</p>
 <p>The <ph conref="../conrefs.dita#prod/productshortname"></ph> implementation
+of the <i>getColumns</i> method returns an empty <i>ResultSet</i> if the
+table specified in the third argument is a SYNONYM.</p>
+<p>The <ph conref="../conrefs.dita#prod/productshortname"></ph> implementation
 of the <i>getResultSetHoldability</i> method returns
 <i>ResultSet.HOLD_CURSORS_OVER_COMMIT</i>.
 </p></section>