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/tqsql.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/tqsql.3qt')
-rw-r--r-- | doc/man/man3/tqsql.3qt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/man/man3/tqsql.3qt b/doc/man/man3/tqsql.3qt index d6c8d1254..3dbfccdbd 100644 --- a/doc/man/man3/tqsql.3qt +++ b/doc/man/man3/tqsql.3qt @@ -14,7 +14,7 @@ TQSql \- Namespace for TQt SQL identifiers that need to be global-like .SS "Public Members" .in +1c .ti -1c -.BI "\fBQSql\fR ()" +.BI "\fBTQSql\fR ()" .br .ti -1c .BI "enum \fBOp\fR { None = -1, Insert = 0, Update = 1, Delete = 2 }" @@ -42,45 +42,45 @@ See also Database Classes. .SH "TQSql::Confirm" This enum type describes edit confirmations. .TP -\fCQSql::Yes\fR +\fCTQSql::Yes\fR .TP -\fCQSql::No\fR +\fCTQSql::No\fR .TP -\fCQSql::Cancel\fR +\fCTQSql::Cancel\fR .SH "TQSql::Location" This enum type describes SQL navigation locations. .TP -\fCQSql::BeforeFirst\fR +\fCTQSql::BeforeFirst\fR .TP -\fCQSql::AfterLast\fR +\fCTQSql::AfterLast\fR .SH "TQSql::Op" This enum type describes edit operations. .TP -\fCQSql::None\fR +\fCTQSql::None\fR .TP -\fCQSql::Insert\fR +\fCTQSql::Insert\fR .TP -\fCQSql::Update\fR +\fCTQSql::Update\fR .TP -\fCQSql::Delete\fR +\fCTQSql::Delete\fR .SH "TQSql::ParameterType" This enum is used to set the type of a bind parameter .TP -\fCQSql::In\fR - the bind parameter is used to put data into the database +\fCTQSql::In\fR - the bind parameter is used to put data into the database .TP -\fCQSql::Out\fR - the bind parameter is used to receive data from the database +\fCTQSql::Out\fR - the bind parameter is used to receive data from the database .TP -\fCQSql::InOut\fR - the bind parameter is used to put data into the database; it will be overwritten with output data on executing a query. +\fCTQSql::InOut\fR - the bind parameter is used to put data into the database; it will be overwritten with output data on executing a query. .SH "TQSql::TableType" This enum type describes types of tables .TP -\fCQSql::Tables\fR - All the tables visible to the user +\fCTQSql::Tables\fR - All the tables visible to the user .TP -\fCQSql::SystemTables\fR - Internal tables used by the DBMS +\fCTQSql::SystemTables\fR - Internal tables used by the DBMS .TP -\fCQSql::Views\fR - All the views visible to the user +\fCTQSql::Views\fR - All the views visible to the user .TP -\fCQSql::AllTables\fR - All of the above +\fCTQSql::AllTables\fR - All of the above .SH MEMBER FUNCTION DOCUMENTATION .SH "TQSql::TQSql ()" Constructs a TQt SQL namespace class |