summaryrefslogtreecommitdiffstats
path: root/doc/html/tqsqlcursor.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqsqlcursor.html')
-rw-r--r--doc/html/tqsqlcursor.html8
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&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;name )<tt> [virtual protected]</tt>
+<h3 class=fn><a href="tqvariant.html">TQVariant</a> <a name="calculateField"></a>TQSqlCursor::calculateField ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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>