diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-30 12:36:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-30 12:36:05 +0900 |
commit | 1702a6daff27f5d3e6fdac16962d1828df6ca270 (patch) | |
tree | b451256c2cc2e22e895251bac6ec1e4bdfd40e09 /doc/man/man3/tqsqldriver.3qt | |
parent | 5fffa30386502b5423e45c2ed5e6af756b11c7b4 (diff) | |
download | tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.tar.gz tqt3-1702a6daff27f5d3e6fdac16962d1828df6ca270.zip |
Rename nt* dom and xml related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsqldriver.3qt')
-rw-r--r-- | doc/man/man3/tqsqldriver.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqsqldriver.3qt b/doc/man/man3/tqsqldriver.3qt index e0757f1cb..99c2ecbc0 100644 --- a/doc/man/man3/tqsqldriver.3qt +++ b/doc/man/man3/tqsqldriver.3qt @@ -19,7 +19,7 @@ Inherits TQObject. .BI "enum \fBDriverFeature\fR { Transactions, QuerySize, BLOB, Unicode, PreparedQueries, NamedPlaceholders, PositionalPlaceholders }" .br .ti -1c -.BI "\fBQSqlDriver\fR ( TQObject * parent = 0, const char * name = 0 )" +.BI "\fBTQSqlDriver\fR ( TQObject * parent = 0, const char * name = 0 )" .br .ti -1c .BI "\fB~TQSqlDriver\fR ()" @@ -104,19 +104,19 @@ See also Database Classes. .SH "TQSqlDriver::DriverFeature" This enum contains a list of features a driver may support. Use hasFeature() to query whether a feature is supported or not. .TP -\fCQSqlDriver::Transactions\fR - whether the driver supports SQL transactions +\fCTQSqlDriver::Transactions\fR - whether the driver supports SQL transactions .TP -\fCQSqlDriver::QuerySize\fR - whether the database is capable of reporting the size of a query. Note that some databases do not support returning the size (i.e. number of rows returned) of a query, in which case TQSqlQuery::size() will return -1 +\fCTQSqlDriver::QuerySize\fR - whether the database is capable of reporting the size of a query. Note that some databases do not support returning the size (i.e. number of rows returned) of a query, in which case TQSqlQuery::size() will return -1 .TP -\fCQSqlDriver::BLOB\fR - whether the driver supports Binary Large Object fields +\fCTQSqlDriver::BLOB\fR - whether the driver supports Binary Large Object fields .TP -\fCQSqlDriver::Unicode\fR - whether the driver supports Unicode strings if the database server does +\fCTQSqlDriver::Unicode\fR - whether the driver supports Unicode strings if the database server does .TP -\fCQSqlDriver::PreparedQueries\fR - whether the driver supports prepared query execution +\fCTQSqlDriver::PreparedQueries\fR - whether the driver supports prepared query execution .TP -\fCQSqlDriver::NamedPlaceholders\fR - whether the driver supports usage of named placeholders +\fCTQSqlDriver::NamedPlaceholders\fR - whether the driver supports usage of named placeholders .TP -\fCQSqlDriver::PositionalPlaceholders\fR - whether the driver supports usage of positional placeholders +\fCTQSqlDriver::PositionalPlaceholders\fR - whether the driver supports usage of positional placeholders .PP More information about supported features can be found in the TQt SQL driver documentation. .PP |