diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 | 
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqsqlfield.html | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsqlfield.html')
| -rw-r--r-- | doc/html/tqsqlfield.html | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/doc/html/tqsqlfield.html b/doc/html/tqsqlfield.html index 63421544b..e4fd78603 100644 --- a/doc/html/tqsqlfield.html +++ b/doc/html/tqsqlfield.html @@ -101,7 +101,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 +171,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 +188,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 +197,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 --> | 
