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.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qsqlfieldinfo.html b/doc/html/qsqlfieldinfo.html
index 882010ac..72e3f93f 100644
--- a/doc/html/qsqlfieldinfo.html
+++ b/doc/html/qsqlfieldinfo.html
@@ -37,7 +37,7 @@ 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;retquired = -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>virtual <a href="#~TQSqlFieldInfo"><b>~TQSqlFieldInfo</b></a> ()</li>
@@ -72,15 +72,15 @@ 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="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name = TQString::null, <a href="qvariant.html#Type-enum">TQVariant::Type</a>&nbsp;typ = TQVariant::Invalid, int&nbsp;retquired = -1, int&nbsp;len = -1, int&nbsp;prec = -1, const&nbsp;<a href="qvariant.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="qstring.html">TQString</a>&nbsp;&amp;&nbsp;name = TQString::null, <a href="qvariant.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="qvariant.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">
<tr bgcolor="#f0f0f0"> <td valign="top"><em>name</em> <td valign="top">the name of the field.
<tr bgcolor="#d0d0d0"> <td valign="top"><em>typ</em> <td valign="top">the field's type in a <a href="qvariant.html">TQVariant</a>.
-<tr bgcolor="#f0f0f0"> <td valign="top"><em>retquired</em> <td valign="top">greater than 0 if the field is retquired, 0
+<tr bgcolor="#f0f0f0"> <td valign="top"><em>required</em> <td valign="top">greater than 0 if the field is required, 0
if its value can be NULL and less than 0 if it cannot be
-determined whether the field is retquired or not.
+determined whether the field is required or not.
<tr bgcolor="#d0d0d0"> <td valign="top"><em>len</em> <td valign="top">the length of the field. Note that for
non-character types some databases return either the length in
bytes or the number of digits. -1 signifies that the length cannot
@@ -137,10 +137,10 @@ SQL statments, e.g. in <a href="qsqlcursor.html">TQSqlCursor</a>; otherwise retu
<h3 class=fn>int <a name="isRequired"></a>TQSqlFieldInfo::isRequired () const
</h3>
-Returns a value greater than 0 if the field is retquired (NULL
-values are not allowed), 0 if it isn't retquired (NULL values are
+Returns a value greater than 0 if the field is required (NULL
+values are not allowed), 0 if it isn't required (NULL values are
allowed) or less than 0 if it cannot be determined whether the
-field is retquired or not.
+field is required or not.
<h3 class=fn>bool <a name="isTrim"></a>TQSqlFieldInfo::isTrim () const
</h3>