diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqsqlresult.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsqlresult.html')
-rw-r--r-- | doc/html/tqsqlresult.html | 8 |
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 <a href="ntqstring.html">TQString</a> & query )<tt> [pure virtual protected]</tt> +<h3 class=fn>bool <a name="reset"></a>TQSqlResult::reset ( const <a href="tqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & query )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="setQuery"></a>TQSqlResult::setQuery ( const <a href="tqstring.html">TQString</a> & 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. |