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:05:18 UTC

svn commit: r1533480 - /db/derby/docs/trunk/src/ref/rrefjdbc15905.dita

Author: chaase3
Date: Fri Oct 18 15:05:17 2013
New Revision: 1533480

URL: http://svn.apache.org/r1533480
Log:
DERBY-5244  DatabaseMetaData.getColumns(null, null, tableName, null) does not 
return the columns meta for a SYNONYM

Modified a Reference Manual topic.

Patch: DERBY-5244.diff

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

Modified: db/derby/docs/trunk/src/ref/rrefjdbc15905.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/ref/rrefjdbc15905.dita?rev=1533480&r1=1533479&r2=1533480&view=diff
==============================================================================
--- db/derby/docs/trunk/src/ref/rrefjdbc15905.dita (original)
+++ db/derby/docs/trunk/src/ref/rrefjdbc15905.dita Fri Oct 18 15:05:17 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>