From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqsqlrecord.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqsqlrecord.html') diff --git a/doc/html/tqsqlrecord.html b/doc/html/tqsqlrecord.html index 344a0414c..39aeb0d7f 100644 --- a/doc/html/tqsqlrecord.html +++ b/doc/html/tqsqlrecord.html @@ -233,13 +233,13 @@ This is an overloaded member function, provided for convenience. It behaves esse

Sets the value of the field called name to NULL. If the field does not exist, nothing happens. -

void TQSqlRecord::setValue ( int i, const TQVariant & val ) [virtual] +

void TQSqlRecord::setValue ( int i, const TQVariant & val ) [virtual]

Sets the value of the field at position i to val. If the field does not exist, nothing happens.

Examples: sql/overview/insert/main.cpp, sql/overview/insert2/main.cpp, sql/overview/subclass5/main.cpp, sql/overview/update/main.cpp, and sql/sqltable/main.cpp. -

void TQSqlRecord::setValue ( const TQString & name, const TQVariant & val ) [virtual] +

void TQSqlRecord::setValue ( const TQString & name, const TQVariant & val ) [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Sets the value of the field called name to val. If the field @@ -264,7 +264,7 @@ included. (See isGenerated()). If prefix is a table name, all fields are prefixed in the form:

"prefix.<fieldname>" -

TQVariant TQSqlRecord::value ( int i ) const [virtual] +

TQVariant TQSqlRecord::value ( int i ) const [virtual]

Returns the value of the field located at position i in the record. If field i does not exist the resultant behaviour is @@ -275,7 +275,7 @@ with a TQSqlCursor the sql/overview/update/main.cpp. -

TQVariant TQSqlRecord::value ( const TQString & name ) const [virtual] +

TQVariant TQSqlRecord::value ( const TQString & name ) const [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Returns the value of the field called name in the record. If -- cgit v1.2.1