diff options
Diffstat (limited to 'doc/html/tqsqlfield.html')
-rw-r--r-- | doc/html/tqsqlfield.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqsqlfield.html b/doc/html/tqsqlfield.html index c3cbe797f..5ba4814b0 100644 --- a/doc/html/tqsqlfield.html +++ b/doc/html/tqsqlfield.html @@ -50,7 +50,7 @@ and views. <li class=fn>bool <a href="#isNull"><b>isNull</b></a> () const</li> <li class=fn>virtual void <a href="#setReadOnly"><b>setReadOnly</b></a> ( bool readOnly )</li> <li class=fn>bool <a href="#isReadOnly"><b>isReadOnly</b></a> () const</li> -<li class=fn>void <a href="#clear"><b>clear</b></a> ( bool nullify = TRUE )</li> +<li class=fn>void <a href="#clear"><b>clear</b></a> ( bool nullify = true )</li> <li class=fn>TQVariant::Type <a href="#type"><b>type</b></a> () const</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -112,23 +112,23 @@ Constructs a copy of <em>other</em>. </h3> Destroys the object and frees any allocated resources. -<h3 class=fn>void <a name="clear"></a>TQSqlField::clear ( bool nullify = TRUE ) +<h3 class=fn>void <a name="clear"></a>TQSqlField::clear ( bool nullify = true ) </h3> Clears the value of the field. If the field is read-only, nothing -happens. If <em>nullify</em> is TRUE (the default), the field is set to +happens. If <em>nullify</em> is true (the default), the field is set to NULL. <h3 class=fn>bool <a name="isNull"></a>TQSqlField::isNull () const </h3> -<p> Returns TRUE if the field is currently NULL; otherwise returns -FALSE. +<p> Returns true if the field is currently NULL; otherwise returns +false. <h3 class=fn>bool <a name="isReadOnly"></a>TQSqlField::isReadOnly () const </h3> -<p> Returns TRUE if the field's value is read only; otherwise returns -FALSE. +<p> Returns true if the field's value is read only; otherwise returns +false. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQSqlField::name () const </h3> @@ -142,8 +142,8 @@ Sets the field equal to <em>other</em>. <h3 class=fn>bool <a name="operator-eq-eq"></a>TQSqlField::operator== ( const <a href="tqsqlfield.html">TQSqlField</a> & other ) const </h3> -Returns TRUE if the field is equal to <em>other</em>; otherwise returns -FALSE. Fields are considered equal when the following field +Returns true if the field is equal to <em>other</em>; otherwise returns +false. Fields are considered equal when the following field properties are the same: <p> <ul> <li> <a href="#name">name</a>() @@ -173,7 +173,7 @@ field is read-only, nothing happens. <h3 class=fn>void <a name="setValue"></a>TQSqlField::setValue ( const <a href="tqvariant.html">TQVariant</a> & value )<tt> [virtual]</tt> </h3> 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 +(<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="tqstring.html">TQString</a> to an |