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 ma...@apache.org on 2009/06/11 07:55:54 UTC

svn commit: r783641 - /db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/compile/OptimizablePredicateList.java

Author: mamta
Date: Thu Jun 11 05:55:53 2009
New Revision: 783641

URL: http://svn.apache.org/viewvc?rev=783641&view=rev
Log:
DERBY-3926
Fixing the javadoc failure caused by checkin 783168

Modified:
    db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/compile/OptimizablePredicateList.java

Modified: db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/compile/OptimizablePredicateList.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/compile/OptimizablePredicateList.java?rev=783641&r1=783640&r2=783641&view=diff
==============================================================================
--- db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/compile/OptimizablePredicateList.java (original)
+++ db/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/compile/OptimizablePredicateList.java Thu Jun 11 05:55:53 2009
@@ -130,7 +130,9 @@
 	 * @param optTable
 	 * @param columnNumber
 	 * @param isNullOkay
-	 * @return
+	 * @return the position of the predicate in the list which corresponds to 
+	 *   the equijoin. If no quijoin predicate found, then the return value 
+	 *   will be -1
 	 * @throws StandardException
 	 */
 	public int hasEqualityPredicateOnOrderedColumn(Optimizable optTable,