QSqlRecord
#include <QtSql/QSqlRecord>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QSqlRecord
Overview
Inheritance
QSqlRecord | |||
QSqlIndex |
Public Functions Index
QSqlRecord () | |
QSqlRecord (const QSqlRecord &other) | |
~QSqlRecord () | |
void | append (const QSqlField &field) |
void | clear () |
void | clearValues () |
bool | contains (const QString &name) const |
int | count () const |
QSqlField | field (int i) const |
QSqlField | field (const QString &name) const |
QString | fieldName (int i) const |
int | indexOf (const QString &name) const |
void | insert (int pos, const QSqlField &field) |
bool | isEmpty () const |
bool | isGenerated (int i) const |
bool | isGenerated (const QString &name) const |
bool | isNull (int i) const |
bool | isNull (const QString &name) const |
bool | operator!= (const QSqlRecord &other) const |
QSqlRecord & | operator= (const QSqlRecord &other) |
bool | operator== (const QSqlRecord &other) const |
void | remove (int pos) |
void | replace (int pos, const QSqlField &field) |
void | setGenerated (const QString &name, bool generated) |
void | setGenerated (int i, bool generated) |
void | setNull (int i) |
void | setNull (const QString &name) |
void | setValue (int i, const QVariant &val) |
void | setValue (const QString &name, const QVariant &val) |
QVariant | value (int i) const |
QVariant | value (const QString &name) const |
Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy