diff options
Diffstat (limited to 'doc/html/tqsqlfield.html')
-rw-r--r-- | doc/html/tqsqlfield.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsqlfield.html b/doc/html/tqsqlfield.html index e89721e25..63421544b 100644 --- a/doc/html/tqsqlfield.html +++ b/doc/html/tqsqlfield.html @@ -101,7 +101,7 @@ The previous example would normally be written: <p>See also <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlField"></a>TQSqlField::TQSqlField ( const <a href="ntqstring.html">TQString</a> & fieldName = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a> type = TQVariant::Invalid ) +<h3 class=fn><a name="TQSqlField"></a>TQSqlField::TQSqlField ( const <a href="tqstring.html">TQString</a> & fieldName = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a> type = TQVariant::Invalid ) </h3> Constructs an empty field called <em>fieldName</em> of type <em>type</em>. @@ -131,7 +131,7 @@ FALSE. <p> Returns TRUE if the field's value is read only; otherwise returns FALSE. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQSqlField::name () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQSqlField::name () const </h3> <p> Returns the name of the field. @@ -153,7 +153,7 @@ properties are the same: <li> <a href="#isReadOnly">isReadOnly</a>() </ul> <p> -<h3 class=fn>void <a name="setName"></a>TQSqlField::setName ( const <a href="ntqstring.html">TQString</a> & name )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setName"></a>TQSqlField::setName ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual]</tt> </h3> <p> Sets the name of the field to <em>name</em>. @@ -177,7 +177,7 @@ Sets the value of the field to <em>value</em>. If the field is read-only (<a href="#isReadOnly">isReadOnly</a>() returns TRUE), nothing happens. If the data type of <em>value</em> differs from the field's current data type, an attempt is made to cast it to the proper type. This preserves the data type -of the field in the case of assignment, e.g. a <a href="ntqstring.html">TQString</a> to an +of the field in the case of assignment, e.g. a <a href="tqstring.html">TQString</a> to an integer data type. For example: <p> <pre> <a href="tqsqlcursor.html">TQSqlCursor</a> cur( "Employee" ); // 'Employee' table |