Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/dml/IDBParameter.html')
-rw-r--r--plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/dml/IDBParameter.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/dml/IDBParameter.html b/plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/dml/IDBParameter.html
index 1f77f8d963..3c8a39ae28 100644
--- a/plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/dml/IDBParameter.html
+++ b/plugins/org.eclipse.net4j.db.doc/javadoc/org/eclipse/net4j/db/dml/IDBParameter.html
@@ -127,7 +127,7 @@ A parameter specification in a <A HREF="../../../../../org/eclipse/net4j/db/dml/
<TD><CODE><B><A HREF="../../../../../org/eclipse/net4j/db/dml/IDBParameter.html#getPosition()">getPosition</A></B>()</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the zero based position of this parameter within the <A HREF="../../../../../org/eclipse/net4j/db/dml/IDBStatement.html#getParameters()"><CODE>parameters</CODE></A> list
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the zero based position of this parameter within the <A HREF="../../../../../org/eclipse/net4j/db/dml/IDBStatement.html#getParameters()"><CODE>parameters</CODE></A> list
of the containing <A HREF="../../../../../org/eclipse/net4j/db/dml/IDBParameter.html#getStatement()"><CODE>statement</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -176,7 +176,7 @@ getPosition</H3>
<PRE>
int <B>getPosition</B>()</PRE>
<DL>
-<DD>Returns the zero based position of this parameter within the <A HREF="../../../../../org/eclipse/net4j/db/dml/IDBStatement.html#getParameters()"><CODE>parameters</CODE></A> list
+<DD>Returns the zero based position of this parameter within the <A HREF="../../../../../org/eclipse/net4j/db/dml/IDBStatement.html#getParameters()"><CODE>parameters</CODE></A> list
of the containing <A HREF="../../../../../org/eclipse/net4j/db/dml/IDBParameter.html#getStatement()"><CODE>statement</CODE></A>.
<P>
<DD><DL>

Back to the top