summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlrecordinfo.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqsqlrecordinfo.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsqlrecordinfo.html')
-rw-r--r--doc/html/tqsqlrecordinfo.html4
1 files changed, 2 insertions, 2 deletions
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
<a href="tqsqlrecord.html">TQSqlRecord</a> <em>other</em>.
-<h3 class=fn>size_type <a name="contains"></a>TQSqlRecordInfo::contains ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName ) const
+<h3 class=fn>size_type <a name="contains"></a>TQSqlRecordInfo::contains ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName ) const
</h3>
Returns the number of times a field called <em>fieldName</em> occurs in
the record. Returns 0 if no field by that name could be found.
-<h3 class=fn><a href="tqsqlfieldinfo.html">TQSqlFieldInfo</a> <a name="find"></a>TQSqlRecordInfo::find ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName ) const
+<h3 class=fn><a href="tqsqlfieldinfo.html">TQSqlFieldInfo</a> <a name="find"></a>TQSqlRecordInfo::find ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;fieldName ) const
</h3>
Returns a <a href="tqsqlfieldinfo.html">TQSqlFieldInfo</a> object for the first field in the record
which has the field name <em>fieldName</em>. If no matching field is