diff options
Diffstat (limited to 'doc/html/tqsqlresult.html')
-rw-r--r-- | doc/html/tqsqlresult.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqsqlresult.html b/doc/html/tqsqlresult.html index 06867f898..6d1f29a3c 100644 --- a/doc/html/tqsqlresult.html +++ b/doc/html/tqsqlresult.html @@ -93,10 +93,10 @@ Destroys the object and frees any allocated resources. </h3> Returns the current (zero-based) position of the result. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="data"></a>TQSqlResult::data ( int i )<tt> [pure virtual protected]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="data"></a>TQSqlResult::data ( int i )<tt> [pure virtual protected]</tt> </h3> -<p> Returns the data for field <em>i</em> (zero-based) as a <a href="ntqvariant.html">TQVariant</a>. This +<p> Returns the data for field <em>i</em> (zero-based) as a <a href="tqvariant.html">TQVariant</a>. This function is only called if the result is in an active state and is positioned on a valid record and <em>i</em> is non-negative. Derived classes must reimplement this function and return the value |