diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/tqsqldriver.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsqldriver.html')
-rw-r--r-- | doc/html/tqsqldriver.html | 16 |
1 files changed, 8 insertions, 8 deletions
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 <a href="tqsqlquery.html">TQSqlQuery</a> object appropriate for their database to the caller. <p> -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="formatValue"></a>TQSqlDriver::formatValue ( const <a href="tqsqlfield.html">TQSqlField</a> * field, bool trimStrings = FALSE ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="formatValue"></a>TQSqlDriver::formatValue ( const <a href="tqsqlfield.html">TQSqlField</a> * field, bool trimStrings = FALSE ) const<tt> [virtual]</tt> </h3> Returns a string representation of the <em>field</em> value for the database. This is used, for example, when constructing INSERT and @@ -189,14 +189,14 @@ connection; otherwise returns FALSE. Returns a <a href="tqsqlerror.html">TQSqlError</a> object which contains information about the last error that occurred on the database. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="nullText"></a>TQSqlDriver::nullText () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="nullText"></a>TQSqlDriver::nullText () const<tt> [virtual]</tt> </h3> 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". -<h3 class=fn>bool <a name="open"></a>TQSqlDriver::open ( const <a href="ntqstring.html">TQString</a> & db, const <a href="ntqstring.html">TQString</a> & user = TQString::null, const <a href="ntqstring.html">TQString</a> & password = TQString::null, const <a href="ntqstring.html">TQString</a> & host = TQString::null, int port = -1 )<tt> [pure virtual]</tt> +<h3 class=fn>bool <a name="open"></a>TQSqlDriver::open ( const <a href="tqstring.html">TQString</a> & db, const <a href="tqstring.html">TQString</a> & user = TQString::null, const <a href="tqstring.html">TQString</a> & password = TQString::null, const <a href="tqstring.html">TQString</a> & host = TQString::null, int port = -1 )<tt> [pure virtual]</tt> </h3> <p> Derived classes must reimplement this abstract virtual function in @@ -206,7 +206,7 @@ name <em>user</em>, password <em>password</em>, host <em>host</em> and port <em> <p> <p>See also <a href="#setOpen">setOpen</a>(). <p> -<h3 class=fn>bool <a name="open-2"></a>TQSqlDriver::open ( const <a href="ntqstring.html">TQString</a> & db, const <a href="ntqstring.html">TQString</a> & user, const <a href="ntqstring.html">TQString</a> & password, const <a href="ntqstring.html">TQString</a> & host, int port, const <a href="ntqstring.html">TQString</a> & connOpts ) +<h3 class=fn>bool <a name="open-2"></a>TQSqlDriver::open ( const <a href="tqstring.html">TQString</a> & db, const <a href="tqstring.html">TQString</a> & user, const <a href="tqstring.html">TQString</a> & password, const <a href="tqstring.html">TQString</a> & host, int port, const <a href="tqstring.html">TQString</a> & connOpts ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Open a database connection on database <em>db</em>, using user name <em>user</em>, password <em>password</em>, host <em>host</em>, port <em>port</em> and @@ -214,13 +214,13 @@ connection options <em>connOpts</em>. <p> Returns TRUE on success and FALSE on failure. <p> <p>See also <a href="#setOpen">setOpen</a>(). -<h3 class=fn><a href="tqsqlindex.html">TQSqlIndex</a> <a name="primaryIndex"></a>TQSqlDriver::primaryIndex ( const <a href="ntqstring.html">TQString</a> & tableName ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsqlindex.html">TQSqlIndex</a> <a name="primaryIndex"></a>TQSqlDriver::primaryIndex ( const <a href="tqstring.html">TQString</a> & tableName ) const<tt> [virtual]</tt> </h3> Returns the primary index for table <em>tableName</em>. Returns an empty <a href="tqsqlindex.html">TQSqlIndex</a> if the table doesn't have a primary index. The default implementation returns an empty index. -<h3 class=fn><a href="tqsqlrecord.html">TQSqlRecord</a> <a name="record"></a>TQSqlDriver::record ( const <a href="ntqstring.html">TQString</a> & tableName ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsqlrecord.html">TQSqlRecord</a> <a name="record"></a>TQSqlDriver::record ( const <a href="tqstring.html">TQString</a> & tableName ) const<tt> [virtual]</tt> </h3> Returns a <a href="tqsqlrecord.html">TQSqlRecord</a> populated with the names of the fields in table <em>tableName</em>. 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 <p> Returns a <a href="tqsqlrecord.html">TQSqlRecord</a> populated with the names of the fields in the SQL <em>query</em>. The default implementation returns an empty record. -<h3 class=fn><a href="tqsqlrecordinfo.html">TQSqlRecordInfo</a> <a name="recordInfo"></a>TQSqlDriver::recordInfo ( const <a href="ntqstring.html">TQString</a> & tablename ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsqlrecordinfo.html">TQSqlRecordInfo</a> <a name="recordInfo"></a>TQSqlDriver::recordInfo ( const <a href="tqstring.html">TQString</a> & tablename ) const<tt> [virtual]</tt> </h3> Returns a <a href="tqsqlrecordinfo.html">TQSqlRecordInfo</a> object with meta data about the table <em>tablename</em>. @@ -271,7 +271,7 @@ status of <a href="#open">open</a>(). Note that if <em>e</em> is TRUE the open s database is set to closed (i.e. <a href="#isOpen">isOpen</a>() returns FALSE). <p> <p>See also <a href="#open">open</a>(). -<h3 class=fn><a href="ntqstringlist.html">TQStringList</a> <a name="tables"></a>TQSqlDriver::tables ( const <a href="ntqstring.html">TQString</a> & tableType ) const<tt> [virtual]</tt> +<h3 class=fn><a href="tqstringlist.html">TQStringList</a> <a name="tables"></a>TQSqlDriver::tables ( const <a href="tqstring.html">TQString</a> & tableType ) const<tt> [virtual]</tt> </h3> Returns a list of tables in the database. The default implementation returns an empty list. |