diff options
Diffstat (limited to 'doc/html/tqsqlrecord.html')
-rw-r--r-- | doc/html/tqsqlrecord.html | 8 |
1 files changed, 4 insertions, 4 deletions
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 <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 i, const <a href="ntqvariant.html">TQVariant</a> & val )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setValue"></a>TQSqlRecord::setValue ( int i, const <a href="tqvariant.html">TQVariant</a> & 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 <a href="tqstring.html">TQString</a> & name, const <a href="ntqvariant.html">TQVariant</a> & val )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setValue-2"></a>TQSqlRecord::setValue ( const <a href="tqstring.html">TQString</a> & name, const <a href="tqvariant.html">TQVariant</a> & 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>.<fieldname>" -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQSqlRecord::value ( int i ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQSqlRecord::value ( int 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 <a href="tqstring.html">TQString</a> & name ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value-2"></a>TQSqlRecord::value ( const <a href="tqstring.html">TQString</a> & 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 |