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/tqsqlrecordinfo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqsqlrecordinfo.html') diff --git a/doc/html/tqsqlrecordinfo.html b/doc/html/tqsqlrecordinfo.html index 8dadf7d3a..475e6a106 100644 --- a/doc/html/tqsqlrecordinfo.html +++ b/doc/html/tqsqlrecordinfo.html @@ -72,12 +72,12 @@ field. Constructs a TQSqlRecordInfo object based on the fields in the TQSqlRecord other. -

size_type TQSqlRecordInfo::contains ( const TQString & fieldName ) const +

size_type TQSqlRecordInfo::contains ( const TQString & fieldName ) const

Returns the number of times a field called fieldName occurs in the record. Returns 0 if no field by that name could be found. -

TQSqlFieldInfo TQSqlRecordInfo::find ( const TQString & fieldName ) const +

TQSqlFieldInfo TQSqlRecordInfo::find ( const TQString & fieldName ) const

Returns a TQSqlFieldInfo object for the first field in the record which has the field name fieldName. If no matching field is -- cgit v1.2.3