From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/database.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 doc/html/database.html (limited to 'doc/html/database.html') diff --git a/doc/html/database.html b/doc/html/database.html new file mode 100644 index 000000000..c50e37416 --- /dev/null +++ b/doc/html/database.html @@ -0,0 +1,66 @@ + + + + + +Database Classes + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

Database Classes

+ + +

These classes provide access to SQL databases. + +

+
TQDataBrowserData manipulation and navigation for data entry forms +
TQDataTableFlexible SQL table widget that supports browsing and editing +
TQDataViewRead-only SQL forms +
TQEditorFactoryUsed to create editor widgets for TQVariant data types +
TQSqlNamespace for TQt SQL identifiers that need to be global-like +
TQSqlCursorBrowsing and editing of SQL tables and views +
TQSqlDatabaseUsed to create SQL database connections and to provide transaction handling +
TQSqlDriverAbstract base class for accessing SQL databases +
TQSqlEditorFactoryUsed to create the editors used by TQDataTable and TQSqlForm +
TQSqlErrorSQL database error information +
TQSqlFieldManipulates the fields in SQL database tables and views +
TQSqlFieldInfoStores meta data associated with a SQL field +
TQSqlFormCreates and manages data entry forms tied to SQL databases +
TQSqlIndexFunctions to manipulate and describe TQSqlCursor and TQSqlDatabase indexes +
TQSqlPropertyMapUsed to map widgets to SQL fields +
TQSqlQueryMeans of executing and manipulating SQL statements +
TQSqlRecordEncapsulates a database record, i.e. a set of database fields +
TQSqlRecordInfoEncapsulates a set of database field meta data +
TQSqlResultAbstract interface for accessing data from SQL databases +
TQSqlSelectCursorBrowsing of general SQL SELECT statements +
+ +


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1