⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qsql.3qt

📁 qt专门用于嵌入式的图形开发GUI
💻 3QT
字号:
'\" t.TH QSql 3qt "2 September 2005" "Trolltech AS" \" -*- nroff -*-.\" Copyright 1992-2001 Trolltech AS.  All rights reserved.  See the.\" license file included in the distribution for a complete license.\" statement..\".ad l.nh.SH NAMEQSql \- Namespace for Qt SQL identifiers that need to be global-like.SH SYNOPSIS\fC#include <qsql.h>\fR.PP.SS "Public Members".in +1c.ti -1c.BI "\fBQSql\fR ()".br.ti -1c.BI "enum \fBOp\fR { None = -1, Insert = 0, Update = 1, Delete = 2 }".br.ti -1c.BI "enum \fBLocation\fR { BeforeFirst = -1, AfterLast = -2 }".br.ti -1c.BI "enum \fBConfirm\fR { Cancel = -1, No = 0, Yes = 1 }".br.ti -1c.BI "enum \fBParameterType\fR { In = 1, Out = 2, InOut = 3 }".br.ti -1c.BI "enum \fBTableType\fR { Tables = 0x01, SystemTables = 0x02, Views = 0x04, AllTables = 0xff }".br.in -1c.SH DESCRIPTIONThe QSql class is a namespace for Qt SQL identifiers that need to be global-like..PPNormally, you can ignore this class. Several Qt SQL classes inherit it, so all the identifiers in the Qt SQL namespace are visible without qualification..PPSee also Database Classes..SS "Member Type Documentation".SH "QSql::Confirm"This enum type describes edit confirmations..TP\fCQSql::Yes\fR.TP\fCQSql::No\fR.TP\fCQSql::Cancel\fR.SH "QSql::Location"This enum type describes SQL navigation locations..TP\fCQSql::BeforeFirst\fR.TP\fCQSql::AfterLast\fR.SH "QSql::Op"This enum type describes edit operations..TP\fCQSql::None\fR.TP\fCQSql::Insert\fR.TP\fCQSql::Update\fR.TP\fCQSql::Delete\fR.SH "QSql::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.TP\fCQSql::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..SH "QSql::TableType"This enum type describes types of tables.TP\fCQSql::Tables\fR - All the tables visible to the user.TP\fCQSql::SystemTables\fR - Internal tables used by the DBMS.TP\fCQSql::Views\fR - All the views visible to the user.TP\fCQSql::AllTables\fR - All of the above.SH MEMBER FUNCTION DOCUMENTATION.SH "QSql::QSql ()"Constructs a Qt SQL namespace class.SH "SEE ALSO".BR http://doc.trolltech.com/qsql.html.BR http://www.trolltech.com/faq/tech.html.SH COPYRIGHTCopyright 1992-2001 Trolltech AS, http://www.trolltech.com.  See thelicense file included in the distribution for a complete licensestatement..SH AUTHORGenerated automatically from the source code..SH BUGSIf you find a bug in Qt, please report it as described in.BR http://doc.trolltech.com/bughowto.html .Good bug reports help us to help you. Thank you..PThe definitive Qt documentation is provided in HTML format; it islocated at $QTDIR/doc/html and can be read using Qt Assistant or witha web browser. This man page is provided as a convenience for thoseusers who prefer man pages, although this format is not officiallysupported by Trolltech. .PIf you find errors in this manual page, please report them to.BR qt-bugs@trolltech.com .Please include the name of the manual page (qsql.3qt) and the Qtversion (3.3.5).

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -