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/tqsqlcursor.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/tqsqlcursor.html')
| -rw-r--r-- | doc/html/tqsqlcursor.html | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/doc/html/tqsqlcursor.html b/doc/html/tqsqlcursor.html index e10c52c05..3a6657f38 100644 --- a/doc/html/tqsqlcursor.html +++ b/doc/html/tqsqlcursor.html @@ -251,13 +251,13 @@ Destroys the object and frees any allocated resources.  Append a copy of field <em>fieldInfo</em> to the end of the cursor. Note  that all references to the cursor edit buffer become invalidated. -<h3 class=fn><a href="ntqvariant.html">TQVariant</a> <a name="calculateField"></a>TQSqlCursor::calculateField ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual protected]</tt> +<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="calculateField"></a>TQSqlCursor::calculateField ( const <a href="tqstring.html">TQString</a> & name )<tt> [virtual protected]</tt>  </h3>  Protected virtual function which is called whenever a field needs  to be calculated. If calculated fields are being used, derived  classes must reimplement this function and return the appropriate  value for field <em>name</em>. The default implementation returns an -invalid <a href="ntqvariant.html">TQVariant</a>. +invalid <a href="tqvariant.html">TQVariant</a>.  <p> <p>See also <a href="#setCalculated">setCalculated</a>().  <p>Examples: <a href="sql.html#x2259">sql/overview/subclass3/main.cpp</a> and <a href="sql.html#x2263">sql/overview/subclass4/main.cpp</a>. @@ -584,7 +584,7 @@ used for the ORDER BY clause, <tt>ORDER BY id</tt> in this example.  Sets field <em>name</em> to <em>calculated</em>. If the field <em>name</em> does not  exist, nothing happens. The value of a calculated field is set by  the <a href="#calculateField">calculateField</a>() virtual function which you must reimplement -(or the field value will be an invalid <a href="ntqvariant.html">TQVariant</a>). Calculated +(or the field value will be an invalid <a href="tqvariant.html">TQVariant</a>). Calculated  fields do not appear in generated SQL statements sent to the  database.  <p> <p>See also <a href="#calculateField">calculateField</a>() and <a href="tqsqlrecord.html#setGenerated">TQSqlRecord::setGenerated</a>(). @@ -658,7 +658,7 @@ specify a sort.  Sets field <em>name</em>'s trimmed status to <em>trim</em>. If the field <em>name</em> does not exist, nothing happens.  <p> When a trimmed field of type string or cstring is read from the  database any trailing (right-most) spaces are removed. -<p> <p>See also <a href="#isTrimmed">isTrimmed</a>() and <a href="ntqvariant.html">TQVariant</a>. +<p> <p>See also <a href="#isTrimmed">isTrimmed</a>() and <a href="tqvariant.html">TQVariant</a>.  <h3 class=fn><a href="tqsqlindex.html">TQSqlIndex</a> <a name="sort"></a>TQSqlCursor::sort () const  </h3> | 
