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/tqsqlfield.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqsqlfield.html') 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:

See also Database Classes.


Member Function Documentation

-

TQSqlField::TQSqlField ( const TQString & fieldName = TQString::null, TQVariant::Type type = TQVariant::Invalid ) +

TQSqlField::TQSqlField ( const TQString & fieldName = TQString::null, TQVariant::Type type = TQVariant::Invalid )

Constructs an empty field called fieldName of type type. @@ -171,7 +171,7 @@ field is read-only, nothing happens.

Sets the read only flag of the field's value to readOnly.

See also setValue(). -

void TQSqlField::setValue ( const TQVariant & value ) [virtual] +

void TQSqlField::setValue ( const TQVariant & value ) [virtual]

Sets the value of the field to value. If the field is read-only (isReadOnly() returns TRUE), nothing happens. If the data type of @@ -188,7 +188,7 @@ integer data type. For example:

See also isReadOnly(). -

TQVariant::Type TQSqlField::type () const +

TQVariant::Type TQSqlField::type () const

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. -

TQVariant TQSqlField::value () const [virtual] +

TQVariant TQSqlField::value () const [virtual]

-

Returns the value of the field as a TQVariant. +

Returns the value of the field as a TQVariant.

Example: sql/overview/table4/main.cpp. -- cgit v1.2.1