QSqlIndex Class
The QSqlIndex class provides functions to manipulate and describe database indexes. More...
| Header: | #include <QSqlIndex> |
| qmake: | QT += sql |
| Inherits: | QSqlRecord |
Detailed Description
An index refers to a single table or view in a database. Information about the fields that comprise the index can be used to generate SQL statements.