45 #include <QtSql/qsqlrecord.h> 46 #include <QtCore/qstring.h> 47 #include <QtCore/qlist.h> 62 void setCursorName(
const QString &cursorName);
68 void append(
const QSqlField &field,
bool desc);
70 bool isDescending(
int i)
const;
71 void setDescending(
int i,
bool desc);
76 bool verbose =
true)
const;
78 bool verbose =
true)
const;
82 QString createField(
int i,
const QString& prefix,
bool verbose)
const;
The QSqlIndex class provides functions to manipulate and describe database indexes.
QString cursorName() const
Returns the name of the cursor which the index is associated with.
#define QT_END_NAMESPACE
This macro expands to.
QLatin1String(DBUS_INTERFACE_DBUS))) Q_GLOBAL_STATIC_WITH_ARGS(QString
The QSqlRecord class encapsulates a database record.
The QString class provides a Unicode character string.
static QString toString(Register *reg, int type, bool *ok=0)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QStringList class provides a list of strings.
The QSqlField class manipulates the fields in SQL database tables and views.
QString name() const
Returns the name of the index.