summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlrecord.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqsqlrecord.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsqlrecord.html')
-rw-r--r--doc/html/tqsqlrecord.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsqlrecord.html b/doc/html/tqsqlrecord.html
index 344a0414..39aeb0d7 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
<p> Sets the value of the field called <em>name</em> to NULL. If the field
does not exist, nothing happens.
-<h3 class=fn>void <a name="setValue"></a>TQSqlRecord::setValue ( int&nbsp;i, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;val )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setValue"></a>TQSqlRecord::setValue ( int&nbsp;i, const&nbsp;<a href="tqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;val )<tt> [virtual]</tt>
</h3>
Sets the value of the field at position <em>i</em> to <em>val</em>. If the
field does not exist, nothing happens.
<p>Examples: <a href="sql.html#x2196">sql/overview/insert/main.cpp</a>, <a href="tqsqlcursor.html#x2448">sql/overview/insert2/main.cpp</a>, <a href="sql.html#x2270">sql/overview/subclass5/main.cpp</a>, <a href="sql.html#x2203">sql/overview/update/main.cpp</a>, and <a href="sqltable-example.html#x2464">sql/sqltable/main.cpp</a>.
-<h3 class=fn>void <a name="setValue-2"></a>TQSqlRecord::setValue ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;val )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setValue-2"></a>TQSqlRecord::setValue ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name, const&nbsp;<a href="tqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;val )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the value of the field called <em>name</em> to <em>val</em>. If the field
@@ -264,7 +264,7 @@ included. (See <a href="#isGenerated">isGenerated</a>()). If <em>prefix</em> is
a table name, all fields are prefixed in the form:
<p> "<em>prefix</em>.&lt;fieldname&gt;"
-<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQSqlRecord::value ( int&nbsp;i ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQSqlRecord::value ( int&nbsp;i ) const<tt> [virtual]</tt>
</h3>
Returns the value of the field located at position <em>i</em> in the
record. If field <em>i</em> does not exist the resultant behaviour is
@@ -275,7 +275,7 @@ with a <a href="tqsqlcursor.html">TQSqlCursor</a> the <a href="tqsqlquery.html#v
appropriate.
<p>Example: <a href="sql.html#x2204">sql/overview/update/main.cpp</a>.
-<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value-2"></a>TQSqlRecord::value ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const<tt> [virtual]</tt>
+<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value-2"></a>TQSqlRecord::value ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name ) const<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns the value of the field called <em>name</em> in the record. If