diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qsqlfieldinfo.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qsqlfieldinfo.html')
-rw-r--r-- | doc/html/qsqlfieldinfo.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qsqlfieldinfo.html b/doc/html/qsqlfieldinfo.html index 882010acb..72e3f93f4 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 TQString & name = TQString::null, TQVariant::Type typ = TQVariant::Invalid, int retquired = -1, int len = -1, int prec = -1, const TQVariant & defValue = TQVariant ( ), int typeID = 0, bool generated = TRUE, bool trim = FALSE, bool calculated = FALSE )</li> +<li class=fn><a href="#TQSqlFieldInfo"><b>TQSqlFieldInfo</b></a> ( const TQString & name = TQString::null, TQVariant::Type typ = TQVariant::Invalid, int required = -1, int len = -1, int prec = -1, const TQVariant & defValue = TQVariant ( ), int typeID = 0, bool generated = TRUE, bool trim = FALSE, bool calculated = FALSE )</li> <li class=fn><a href="#TQSqlFieldInfo-2"><b>TQSqlFieldInfo</b></a> ( const TQSqlFieldInfo & other )</li> <li class=fn><a href="#TQSqlFieldInfo-3"><b>TQSqlFieldInfo</b></a> ( const TQSqlField & other, bool 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 <a href="qstring.html">TQString</a> & name = TQString::null, <a href="qvariant.html#Type-enum">TQVariant::Type</a> typ = TQVariant::Invalid, int retquired = -1, int len = -1, int prec = -1, const <a href="qvariant.html">TQVariant</a> & defValue = TQVariant ( ), int typeID = 0, bool generated = TRUE, bool trim = FALSE, bool calculated = FALSE ) +<h3 class=fn><a name="TQSqlFieldInfo"></a>TQSqlFieldInfo::TQSqlFieldInfo ( const <a href="qstring.html">TQString</a> & name = TQString::null, <a href="qvariant.html#Type-enum">TQVariant::Type</a> typ = TQVariant::Invalid, int required = -1, int len = -1, int prec = -1, const <a href="qvariant.html">TQVariant</a> & defValue = TQVariant ( ), int typeID = 0, bool generated = TRUE, bool trim = FALSE, bool 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> |