From 6f57abfc9cd3acf1d648aee696947ac9216adb71 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 9 Sep 2024 14:57:42 +0900 Subject: Rename remaining ntq[s-z]* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqsqlcursor.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqsqlcursor.html') 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 fieldInfo to the end of the cursor. Note that all references to the cursor edit buffer become invalidated. -

TQVariant TQSqlCursor::calculateField ( const TQString & name ) [virtual protected] +

TQVariant TQSqlCursor::calculateField ( const TQString & name ) [virtual protected]

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 name. The default implementation returns an -invalid TQVariant. +invalid TQVariant.

See also setCalculated().

Examples: sql/overview/subclass3/main.cpp and sql/overview/subclass4/main.cpp. @@ -584,7 +584,7 @@ used for the ORDER BY clause, ORDER BY id in this example. Sets field name to calculated. If the field name does not exist, nothing happens. The value of a calculated field is set by the calculateField() virtual function which you must reimplement -(or the field value will be an invalid TQVariant). Calculated +(or the field value will be an invalid TQVariant). Calculated fields do not appear in generated SQL statements sent to the database.

See also calculateField() and TQSqlRecord::setGenerated(). @@ -658,7 +658,7 @@ specify a sort. Sets field name's trimmed status to trim. If the field name does not exist, nothing happens.

When a trimmed field of type string or cstring is read from the database any trailing (right-most) spaces are removed. -

See also isTrimmed() and TQVariant. +

See also isTrimmed() and TQVariant.

TQSqlIndex TQSqlCursor::sort () const

-- cgit v1.2.1