diff options
Diffstat (limited to 'doc/html/tqsqlfieldinfo.html')
-rw-r--r-- | doc/html/tqsqlfieldinfo.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqsqlfieldinfo.html b/doc/html/tqsqlfieldinfo.html index 64909fb3b..aee8ced9b 100644 --- a/doc/html/tqsqlfieldinfo.html +++ b/doc/html/tqsqlfieldinfo.html @@ -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 <a href="ntqstring.html">TQString</a> & name = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a> typ = TQVariant::Invalid, int required = -1, int len = -1, int prec = -1, const <a href="ntqvariant.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="tqstring.html">TQString</a> & name = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a> typ = TQVariant::Invalid, int required = -1, int len = -1, int prec = -1, const <a href="ntqvariant.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"> @@ -156,7 +156,7 @@ non-character fields some database systems return the number of bytes needed or the number of digits allowed. If the length cannot be determined -1 is returned. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="name"></a>TQSqlFieldInfo::name () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="name"></a>TQSqlFieldInfo::name () const </h3> Returns the name of the field in the SQL table. |