diff options
Diffstat (limited to 'doc/html/tqsqlfield.html')
-rw-r--r-- | doc/html/tqsqlfield.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/html/tqsqlfield.html b/doc/html/tqsqlfield.html index 63421544..c3cbe797 100644 --- a/doc/html/tqsqlfield.html +++ b/doc/html/tqsqlfield.html @@ -1,5 +1,4 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/sql/tqsqlfield.cpp:42 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -101,7 +100,7 @@ The previous example would normally be written: <p>See also <a href="database.html">Database Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQSqlField"></a>TQSqlField::TQSqlField ( const <a href="tqstring.html">TQString</a> & fieldName = TQString::null, <a href="ntqvariant.html#Type-enum">TQVariant::Type</a> type = TQVariant::Invalid ) +<h3 class=fn><a name="TQSqlField"></a>TQSqlField::TQSqlField ( const <a href="tqstring.html">TQString</a> & fieldName = TQString::null, <a href="tqvariant.html#Type-enum">TQVariant::Type</a> type = TQVariant::Invalid ) </h3> Constructs an empty field called <em>fieldName</em> of type <em>type</em>. @@ -171,7 +170,7 @@ field is read-only, nothing happens. <p> Sets the read only flag of the field's value to <em>readOnly</em>. <p> <p>See also <a href="#setValue">setValue</a>(). -<h3 class=fn>void <a name="setValue"></a>TQSqlField::setValue ( const <a href="ntqvariant.html">TQVariant</a> & value )<tt> [virtual]</tt> +<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 @@ -188,7 +187,7 @@ integer data type. For example: <p> <p>See also <a href="#isReadOnly">isReadOnly</a>(). -<h3 class=fn><a href="ntqvariant.html#Type-enum">TQVariant::Type</a> <a name="type"></a>TQSqlField::type () const +<h3 class=fn><a href="tqvariant.html#Type-enum">TQVariant::Type</a> <a name="type"></a>TQSqlField::type () const </h3> <p> Returns the field's type as stored in the database. @@ -197,10 +196,10 @@ Numerical values that are too large to store in a long int or double are usually stored as strings to prevent precision loss. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="value"></a>TQSqlField::value () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="value"></a>TQSqlField::value () const<tt> [virtual]</tt> </h3> -<p> Returns the value of the field as a <a href="ntqvariant.html">TQVariant</a>. +<p> Returns the value of the field as a <a href="tqvariant.html">TQVariant</a>. <p>Example: <a href="sql.html#x2250">sql/overview/table4/main.cpp</a>. <!-- eof --> |