summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlresult.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsqlresult.html')
-rw-r--r--doc/html/tqsqlresult.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsqlresult.html b/doc/html/tqsqlresult.html
index 46fe310d9..06867f898 100644
--- a/doc/html/tqsqlresult.html
+++ b/doc/html/tqsqlresult.html
@@ -184,16 +184,16 @@ last record); otherwise returns FALSE.
</h3>
Returns the last error associated with the result.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="lastQuery"></a>TQSqlResult::lastQuery () const<tt> [protected]</tt>
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="lastQuery"></a>TQSqlResult::lastQuery () const<tt> [protected]</tt>
</h3>
-Returns the current SQL query text, or <a href="ntqstring.html#TQString-null">TQString::null</a> if there is none.
+Returns the current SQL query text, or <a href="tqstring.html#TQString-null">TQString::null</a> if there is none.
<h3 class=fn>int <a name="numRowsAffected"></a>TQSqlResult::numRowsAffected ()<tt> [pure virtual protected]</tt>
</h3>
<p> Returns the number of rows affected by the last query executed.
-<h3 class=fn>bool <a name="reset"></a>TQSqlResult::reset ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;query )<tt> [pure virtual protected]</tt>
+<h3 class=fn>bool <a name="reset"></a>TQSqlResult::reset ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;query )<tt> [pure virtual protected]</tt>
</h3>
<p> Sets the result to use the SQL statement <em>query</em> for subsequent
@@ -230,7 +230,7 @@ Protected function provided for derived classes to set the last
error to the value of <em>e</em>.
<p> <p>See also <a href="#lastError">lastError</a>().
-<h3 class=fn>void <a name="setQuery"></a>TQSqlResult::setQuery ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;query )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="setQuery"></a>TQSqlResult::setQuery ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;query )<tt> [virtual protected]</tt>
</h3>
Sets the current query for the result to <em>query</em>. The result must
be <a href="#reset">reset</a>() in order to execute the query on the database.