summaryrefslogtreecommitdiffstats
path: root/doc/html/qsqlfieldinfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qsqlfieldinfo.html')
-rw-r--r--doc/html/qsqlfieldinfo.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/qsqlfieldinfo.html b/doc/html/qsqlfieldinfo.html
index 19e834a56..58c9e7538 100644
--- a/doc/html/qsqlfieldinfo.html
+++ b/doc/html/qsqlfieldinfo.html
@@ -37,9 +37,9 @@ body { background: #ffffff; color: black; }
<p><a href="qsqlfieldinfo-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn><a href="#TQSqlFieldInfo"><b>TQSqlFieldInfo</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name = TQString::null, TQVariant::Type&nbsp;typ = TQVariant::Invalid, int&nbsp;required = -1, int&nbsp;len = -1, int&nbsp;prec = -1, const&nbsp;TQVariant&nbsp;&amp;&nbsp;defValue = TQVariant ( ), int&nbsp;typeID = 0, bool&nbsp;generated = TRUE, bool&nbsp;trim = FALSE, bool&nbsp;calculated = FALSE )</li>
+<li class=fn><a href="#TQSqlFieldInfo"><b>TQSqlFieldInfo</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;name = TQString::null, TQVariant::Type&nbsp;typ = TQVariant::Invalid, int&nbsp;required = -1, int&nbsp;len = -1, int&nbsp;prec = -1, const&nbsp;TQVariant&nbsp;&amp;&nbsp;defValue = TQVariant ( ), int&nbsp;typeID = 0, bool&nbsp;generated = true, bool&nbsp;trim = false, bool&nbsp;calculated = false )</li>
<li class=fn><a href="#TQSqlFieldInfo-2"><b>TQSqlFieldInfo</b></a> ( const&nbsp;TQSqlFieldInfo&nbsp;&amp;&nbsp;other )</li>
-<li class=fn><a href="#TQSqlFieldInfo-3"><b>TQSqlFieldInfo</b></a> ( const&nbsp;TQSqlField&nbsp;&amp;&nbsp;other, bool&nbsp;generated = TRUE )</li>
+<li class=fn><a href="#TQSqlFieldInfo-3"><b>TQSqlFieldInfo</b></a> ( const&nbsp;TQSqlField&nbsp;&amp;&nbsp;other, bool&nbsp;generated = true )</li>
<li class=fn>virtual <a href="#~TQSqlFieldInfo"><b>~TQSqlFieldInfo</b></a> ()</li>
<li class=fn>TQSqlFieldInfo &amp; <a href="#operator-eq"><b>operator=</b></a> ( const&nbsp;TQSqlFieldInfo&nbsp;&amp;&nbsp;other )</li>
<li class=fn>bool <a href="#operator-eq-eq"><b>operator==</b></a> ( const&nbsp;TQSqlFieldInfo&nbsp;&amp;&nbsp;f ) const</li>
@@ -72,7 +72,7 @@ using <a href="#isRequired">isRequired</a>(), <a href="#type">type</a>(), <a hre
<p>See also <a href="database.html">Database Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQSqlFieldInfo"></a>TQSqlFieldInfo::TQSqlFieldInfo ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a>&nbsp;typ = TQVariant::Invalid, int&nbsp;required = -1, int&nbsp;len = -1, int&nbsp;prec = -1, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;defValue = TQVariant ( ), int&nbsp;typeID = 0, bool&nbsp;generated = TRUE, bool&nbsp;trim = FALSE, bool&nbsp;calculated = FALSE )
+<h3 class=fn><a name="TQSqlFieldInfo"></a>TQSqlFieldInfo::TQSqlFieldInfo ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;name = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a>&nbsp;typ = TQVariant::Invalid, int&nbsp;required = -1, int&nbsp;len = -1, int&nbsp;prec = -1, const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;defValue = TQVariant ( ), int&nbsp;typeID = 0, bool&nbsp;generated = true, bool&nbsp;trim = false, bool&nbsp;calculated = false )
</h3>
Constructs a TQSqlFieldInfo with the following parameters:
<center><table cellpadding="4" cellspacing="2" border="0">
@@ -92,12 +92,12 @@ the table if none is specified by the user. TQVariant() if there is
no default value or it cannot be determined.
<tr bgcolor="#f0f0f0"> <td valign="top"><em>typeID</em> <td valign="top">the internal typeID of the database system
(only useful for low-level programming). 0 if unknown.
-<tr bgcolor="#d0d0d0"> <td valign="top"><em>generated</em> <td valign="top">TRUE indicates that this field should be
+<tr bgcolor="#d0d0d0"> <td valign="top"><em>generated</em> <td valign="top">true indicates that this field should be
included in auto-generated SQL statments, e.g. in <a href="ntqsqlcursor.html">TQSqlCursor</a>.
-<tr bgcolor="#f0f0f0"> <td valign="top"><em>trim</em> <td valign="top">TRUE indicates that widgets should remove
+<tr bgcolor="#f0f0f0"> <td valign="top"><em>trim</em> <td valign="top">true indicates that widgets should remove
trailing whitespace from character fields. This does not affect
the field value but only its representation inside widgets.
-<tr bgcolor="#d0d0d0"> <td valign="top"><em>calculated</em> <td valign="top">TRUE indicates that the value of this
+<tr bgcolor="#d0d0d0"> <td valign="top"><em>calculated</em> <td valign="top">true indicates that the value of this
field is calculated. The value of calculated fields can by
modified by subclassing TQSqlCursor and overriding
<a href="ntqsqlcursor.html#calculateField">TQSqlCursor::calculateField</a>().
@@ -107,10 +107,10 @@ modified by subclassing TQSqlCursor and overriding
</h3>
Constructs a copy of <em>other</em>.
-<h3 class=fn><a name="TQSqlFieldInfo-3"></a>TQSqlFieldInfo::TQSqlFieldInfo ( const&nbsp;<a href="ntqsqlfield.html">TQSqlField</a>&nbsp;&amp;&nbsp;other, bool&nbsp;generated = TRUE )
+<h3 class=fn><a name="TQSqlFieldInfo-3"></a>TQSqlFieldInfo::TQSqlFieldInfo ( const&nbsp;<a href="ntqsqlfield.html">TQSqlField</a>&nbsp;&amp;&nbsp;other, bool&nbsp;generated = true )
</h3>
Creates a TQSqlFieldInfo object with the type and the name of the
-<a href="ntqsqlfield.html">TQSqlField</a> <em>other</em>. If <em>generated</em> is TRUE this field will be
+<a href="ntqsqlfield.html">TQSqlField</a> <em>other</em>. If <em>generated</em> is true this field will be
included in auto-generated SQL statments, e.g. in <a href="ntqsqlcursor.html">TQSqlCursor</a>.
<h3 class=fn><a name="~TQSqlFieldInfo"></a>TQSqlFieldInfo::~TQSqlFieldInfo ()<tt> [virtual]</tt>
@@ -126,13 +126,13 @@ is not explicitly specified by the user.
<h3 class=fn>bool <a name="isCalculated"></a>TQSqlFieldInfo::isCalculated () const
</h3>
-Returns TRUE if the field is calculated; otherwise returns FALSE.
+Returns true if the field is calculated; otherwise returns false.
<p> <p>See also <a href="#setCalculated">setCalculated</a>().
<h3 class=fn>bool <a name="isGenerated"></a>TQSqlFieldInfo::isGenerated () const
</h3>
-Returns TRUE if the field should be included in auto-generated
-SQL statments, e.g. in <a href="ntqsqlcursor.html">TQSqlCursor</a>; otherwise returns FALSE.
+Returns true if the field should be included in auto-generated
+SQL statments, e.g. in <a href="ntqsqlcursor.html">TQSqlCursor</a>; otherwise returns false.
<p> <p>See also <a href="#setGenerated">setGenerated</a>().
<h3 class=fn>int <a name="isRequired"></a>TQSqlFieldInfo::isRequired () const
@@ -144,8 +144,8 @@ field is required or not.
<h3 class=fn>bool <a name="isTrim"></a>TQSqlFieldInfo::isTrim () const
</h3>
-Returns TRUE if trailing whitespace should be removed from
-character fields; otherwise returns FALSE.
+Returns true if trailing whitespace should be removed from
+character fields; otherwise returns false.
<p> <p>See also <a href="#setTrim">setTrim</a>().
<h3 class=fn>int <a name="length"></a>TQSqlFieldInfo::length () const
@@ -167,8 +167,8 @@ Assigns <em>other</em> to this field info and returns a reference to it.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQSqlFieldInfo::operator== ( const&nbsp;<a href="qsqlfieldinfo.html">TQSqlFieldInfo</a>&nbsp;&amp;&nbsp;f ) const
</h3>
-Returns TRUE if this fieldinfo is equal to <em>f</em>; otherwise returns
-FALSE.
+Returns true if this fieldinfo is equal to <em>f</em>; otherwise returns
+false.
<p> Two field infos are considered equal if all their attributes
match.
@@ -179,20 +179,20 @@ or it cannot be determined.
<h3 class=fn>void <a name="setCalculated"></a>TQSqlFieldInfo::setCalculated ( bool&nbsp;calc )<tt> [virtual]</tt>
</h3>
-<em>calc</em> set to TRUE indicates that this field is a calculated
+<em>calc</em> set to true indicates that this field is a calculated
field. The value of calculated fields can by modified by subclassing
<a href="ntqsqlcursor.html">TQSqlCursor</a> and overriding <a href="ntqsqlcursor.html#calculateField">TQSqlCursor::calculateField</a>().
<p> <p>See also <a href="#isCalculated">isCalculated</a>().
<h3 class=fn>void <a name="setGenerated"></a>TQSqlFieldInfo::setGenerated ( bool&nbsp;gen )<tt> [virtual]</tt>
</h3>
-<em>gen</em> set to FALSE indicates that this field should not appear
+<em>gen</em> set to false indicates that this field should not appear
in auto-generated SQL statements (for example in <a href="ntqsqlcursor.html">TQSqlCursor</a>).
<p> <p>See also <a href="#isGenerated">isGenerated</a>().
<h3 class=fn>void <a name="setTrim"></a>TQSqlFieldInfo::setTrim ( bool&nbsp;trim )<tt> [virtual]</tt>
</h3>
-If <em>trim</em> is TRUE widgets should remove trailing whitespace from
+If <em>trim</em> is true widgets should remove trailing whitespace from
character fields. This does not affect the field value but only
its representation inside widgets.
<p> <p>See also <a href="#isTrim">isTrim</a>().