Definition at line 55 of file qsqlindex.h.
#include <qsqlindex.h>

Public Member Functions |
|
| QSqlIndex (const QString &cursorName=QString(), const QString &name=QString()) | |
| QSqlIndex (const QSqlIndex &other) | |
| ~QSqlIndex () | |
| QSqlIndex & | operator= (const QSqlIndex &other) |
| void | setCursorName (const QString &cursorName) |
| QString | cursorName () const |
| void | setName (const QString &name) |
| QString | name () const |
| void | append (const QSqlField &field) |
| void | append (const QSqlField &field, bool desc) |
| bool | isDescending (int i) const |
| void | setDescending (int i, bool desc) |
| ~QSqlIndex | ( | ) |
| void setCursorName | ( | const QString & | cursorName | ) |
| QString cursorName | ( | ) | const [inline] |
| void setName | ( | const QString & | name | ) |
| QString name | ( | ) | const [inline] |
| void append | ( | const QSqlField & | field | ) |
Reimplemented from QSqlRecord.
| void append | ( | const QSqlField & | field, |
| bool | desc | ||
| ) |
| bool isDescending | ( | int | i | ) | const |
| void setDescending | ( | int | i, |
| bool | desc | ||
| ) |