From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqsqlresult.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqsqlresult.html') diff --git a/doc/html/tqsqlresult.html b/doc/html/tqsqlresult.html index 46fe310d..06867f89 100644 --- a/doc/html/tqsqlresult.html +++ b/doc/html/tqsqlresult.html @@ -184,16 +184,16 @@ last record); otherwise returns FALSE. Returns the last error associated with the result. -

TQString TQSqlResult::lastQuery () const [protected] +

TQString TQSqlResult::lastQuery () const [protected]

-Returns the current SQL query text, or TQString::null if there is none. +Returns the current SQL query text, or TQString::null if there is none.

int TQSqlResult::numRowsAffected () [pure virtual protected]

Returns the number of rows affected by the last query executed. -

bool TQSqlResult::reset ( const TQString & query ) [pure virtual protected] +

bool TQSqlResult::reset ( const TQString & query ) [pure virtual protected]

Sets the result to use the SQL statement query for subsequent @@ -230,7 +230,7 @@ Protected function provided for derived classes to set the last error to the value of e.

See also lastError(). -

void TQSqlResult::setQuery ( const TQString & query ) [virtual protected] +

void TQSqlResult::setQuery ( const TQString & query ) [virtual protected]

Sets the current query for the result to query. The result must be reset() in order to execute the query on the database. -- cgit v1.2.1