diff options
Diffstat (limited to 'doc/html/tqsqlrecord.html')
-rw-r--r-- | doc/html/tqsqlrecord.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/tqsqlrecord.html b/doc/html/tqsqlrecord.html index 78ac9a199..344a0414c 100644 --- a/doc/html/tqsqlrecord.html +++ b/doc/html/tqsqlrecord.html @@ -119,7 +119,7 @@ Removes all the record's fields. Clears the value of all fields in the record. If <em>nullify</em> is TRUE, (the default is FALSE), each field is set to NULL. -<h3 class=fn>bool <a name="contains"></a>TQSqlRecord::contains ( const <a href="ntqstring.html">TQString</a> & name ) const +<h3 class=fn>bool <a name="contains"></a>TQSqlRecord::contains ( const <a href="tqstring.html">TQString</a> & name ) const </h3> Returns TRUE if there is a field in the record called <em>name</em>; otherwise returns FALSE. @@ -133,7 +133,7 @@ Returns the number of fields in the record. Returns the field at position <em>i</em> within the record, or 0 if it cannot be found. -<h3 class=fn><a href="tqsqlfield.html">TQSqlField</a> * <a name="field-2"></a>TQSqlRecord::field ( const <a href="ntqstring.html">TQString</a> & name ) +<h3 class=fn><a href="tqsqlfield.html">TQSqlField</a> * <a name="field-2"></a>TQSqlRecord::field ( const <a href="tqstring.html">TQString</a> & name ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the field called <em>name</em> within the record, or 0 if it @@ -143,16 +143,16 @@ cannot be found. Field names are not case-sensitive. </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> -<h3 class=fn>const <a href="tqsqlfield.html">TQSqlField</a> * <a name="field-4"></a>TQSqlRecord::field ( const <a href="ntqstring.html">TQString</a> & name ) const +<h3 class=fn>const <a href="tqsqlfield.html">TQSqlField</a> * <a name="field-4"></a>TQSqlRecord::field ( const <a href="tqstring.html">TQString</a> & name ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the field called <em>name</em> within the record, or 0 if it cannot be found. Field names are not case-sensitive. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="fieldName"></a>TQSqlRecord::fieldName ( int i ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="fieldName"></a>TQSqlRecord::fieldName ( int i ) const </h3> Returns the name of the field at position <em>i</em>. If the field does -not exist, <a href="ntqstring.html#TQString-null">TQString::null</a> is returned. +not exist, <a href="tqstring.html#TQString-null">TQString::null</a> is returned. <h3 class=fn>void <a name="insert"></a>TQSqlRecord::insert ( int pos, const <a href="tqsqlfield.html">TQSqlField</a> & field )<tt> [virtual]</tt> </h3> @@ -164,7 +164,7 @@ exists at <em>pos</em>, it is removed. Returns TRUE if there are no fields in the record; otherwise returns FALSE. -<h3 class=fn>bool <a name="isGenerated"></a>TQSqlRecord::isGenerated ( const <a href="ntqstring.html">TQString</a> & name ) const +<h3 class=fn>bool <a name="isGenerated"></a>TQSqlRecord::isGenerated ( const <a href="tqstring.html">TQString</a> & name ) const </h3> Returns TRUE if the record has a field called <em>name</em> and this field is to be generated (the default); otherwise returns FALSE. @@ -177,7 +177,7 @@ This is an overloaded member function, provided for convenience. It behaves esse field is to be generated (the default); otherwise returns FALSE. <p> <p>See also <a href="#setGenerated">setGenerated</a>(). -<h3 class=fn>bool <a name="isNull"></a>TQSqlRecord::isNull ( const <a href="ntqstring.html">TQString</a> & name ) const +<h3 class=fn>bool <a name="isNull"></a>TQSqlRecord::isNull ( const <a href="tqstring.html">TQString</a> & name ) const </h3> Returns TRUE if the field called <em>name</em> is NULL or if there is no field called <em>name</em>; otherwise returns FALSE. @@ -194,7 +194,7 @@ position <em>i</em>; otherwise returns FALSE. </h3> Sets the record equal to <em>other</em>. -<h3 class=fn>int <a name="position"></a>TQSqlRecord::position ( const <a href="ntqstring.html">TQString</a> & name ) const +<h3 class=fn>int <a name="position"></a>TQSqlRecord::position ( const <a href="tqstring.html">TQString</a> & name ) const </h3> Returns the position of the field called <em>name</em> within the record, or -1 if it cannot be found. Field names are not @@ -207,7 +207,7 @@ Removes the field at <em>pos</em>. If <em>pos</em> does not exist, nothing happens. <p>Reimplemented in <a href="tqsqlcursor.html#remove">TQSqlCursor</a>. -<h3 class=fn>void <a name="setGenerated"></a>TQSqlRecord::setGenerated ( const <a href="ntqstring.html">TQString</a> & name, bool generated )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setGenerated"></a>TQSqlRecord::setGenerated ( const <a href="tqstring.html">TQString</a> & name, bool generated )<tt> [virtual]</tt> </h3> Sets the generated flag for the field called <em>name</em> to <em>generated</em>. If the field does not exist, nothing happens. Only fields that have <em>generated</em> set to TRUE are included in the SQL @@ -227,7 +227,7 @@ This is an overloaded member function, provided for convenience. It behaves esse Sets the value of field <em>i</em> to NULL. If the field does not exist, nothing happens. -<h3 class=fn>void <a name="setNull-2"></a>TQSqlRecord::setNull ( const <a href="ntqstring.html">TQString</a> & name )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setNull-2"></a>TQSqlRecord::setNull ( const <a href="tqstring.html">TQString</a> & name )<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 NULL. If the field @@ -239,13 +239,13 @@ 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="ntqstring.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="ntqvariant.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 does not exist, nothing happens. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQSqlRecord::toString ( const <a href="ntqstring.html">TQString</a> & prefix = TQString::null, const <a href="ntqstring.html">TQString</a> & sep = "," ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString"></a>TQSqlRecord::toString ( const <a href="tqstring.html">TQString</a> & prefix = TQString::null, const <a href="tqstring.html">TQString</a> & sep = "," ) const<tt> [virtual]</tt> </h3> Returns a list of all the record's field names as a string separated by <em>sep</em>. @@ -255,7 +255,7 @@ generating SQL SELECT statements. If a <em>prefix</em> is specified, e.g. a table name, all fields are prefixed in the form: <p> "<em>prefix</em>.<fieldname>" -<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="toStringList"></a>TQSqlRecord::toStringList ( const <a href="ntqstring.html">TQString</a> & prefix = TQString::null ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="toStringList"></a>TQSqlRecord::toStringList ( const <a href="tqstring.html">TQString</a> & prefix = TQString::null ) const<tt> [virtual]</tt> </h3> Returns a list of all the record's field names, each having the prefix <em>prefix</em>. @@ -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="ntqstring.html">TQString</a> & name ) const<tt> [virtual]</tt> +<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> 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 |