From 5fffa30386502b5423e45c2ed5e6af756b11c7b4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 28 May 2024 10:17:01 +0900 Subject: Rename nt* sql related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/database.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'doc/html/database.html') diff --git a/doc/html/database.html b/doc/html/database.html index 68e6833e3..b139ff08c 100644 --- a/doc/html/database.html +++ b/doc/html/database.html @@ -35,26 +35,26 @@ body { background: #ffffff; color: black; }

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 +
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


-- cgit v1.2.1