From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqsqldriver.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/tqsqldriver.html') diff --git a/doc/html/tqsqldriver.html b/doc/html/tqsqldriver.html index 2a4d05b4c..573cce6c1 100644 --- a/doc/html/tqsqldriver.html +++ b/doc/html/tqsqldriver.html @@ -139,7 +139,7 @@ The default implementation returns FALSE. reimplement this function and return a TQSqlQuery object appropriate for their database to the caller.

-

TQString TQSqlDriver::formatValue ( const TQSqlField * field, bool trimStrings = FALSE ) const [virtual] +

TQString TQSqlDriver::formatValue ( const TQSqlField * field, bool trimStrings = FALSE ) const [virtual]

Returns a string representation of the field value for the database. This is used, for example, when constructing INSERT and @@ -189,14 +189,14 @@ connection; otherwise returns FALSE. Returns a TQSqlError object which contains information about the last error that occurred on the database. -

TQString TQSqlDriver::nullText () const [virtual] +

TQString TQSqlDriver::nullText () const [virtual]

Returns a string representation of the NULL value for the database. This is used, for example, when constructing INSERT and UPDATE statements. The default implementation returns the string "NULL". -

bool TQSqlDriver::open ( const TQString & db, const TQString & user = TQString::null, const TQString & password = TQString::null, const TQString & host = TQString::null, int port = -1 ) [pure virtual] +

bool TQSqlDriver::open ( const TQString & db, const TQString & user = TQString::null, const TQString & password = TQString::null, const TQString & host = TQString::null, int port = -1 ) [pure virtual]

Derived classes must reimplement this abstract virtual function in @@ -206,7 +206,7 @@ name user, password password, host host and port

See also setOpen().

-

bool TQSqlDriver::open ( const TQString & db, const TQString & user, const TQString & password, const TQString & host, int port, const TQString & connOpts ) +

bool TQSqlDriver::open ( const TQString & db, const TQString & user, const TQString & password, const TQString & host, int port, const TQString & connOpts )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Open a database connection on database db, using user name user, password password, host host, port port and @@ -214,13 +214,13 @@ connection options connOpts.

Returns TRUE on success and FALSE on failure.

See also setOpen(). -

TQSqlIndex TQSqlDriver::primaryIndex ( const TQString & tableName ) const [virtual] +

TQSqlIndex TQSqlDriver::primaryIndex ( const TQString & tableName ) const [virtual]

Returns the primary index for table tableName. Returns an empty TQSqlIndex if the table doesn't have a primary index. The default implementation returns an empty index. -

TQSqlRecord TQSqlDriver::record ( const TQString & tableName ) const [virtual] +

TQSqlRecord TQSqlDriver::record ( const TQString & tableName ) const [virtual]

Returns a TQSqlRecord populated with the names of the fields in table tableName. If no such table exists, an empty record is @@ -232,7 +232,7 @@ This is an overloaded member function, provided for convenience. It behaves esse

Returns a TQSqlRecord populated with the names of the fields in the SQL query. The default implementation returns an empty record. -

TQSqlRecordInfo TQSqlDriver::recordInfo ( const TQString & tablename ) const [virtual] +

TQSqlRecordInfo TQSqlDriver::recordInfo ( const TQString & tablename ) const [virtual]

Returns a TQSqlRecordInfo object with meta data about the table tablename. @@ -271,7 +271,7 @@ status of open(). Note that if e is TRUE the open s database is set to closed (i.e. isOpen() returns FALSE).

See also open(). -

TQStringList TQSqlDriver::tables ( const TQString & tableType ) const [virtual] +

TQStringList TQSqlDriver::tables ( const TQString & tableType ) const [virtual]

Returns a list of tables in the database. The default implementation returns an empty list. -- cgit v1.2.1