#include <qsqlrecordproto.h>
|
| QSqlRecordProto (QObject *parent) |
|
Q_INVOKABLE void | append (const QSqlField &field) |
|
Q_INVOKABLE void | clear () |
|
Q_INVOKABLE void | clearValues () |
|
Q_INVOKABLE bool | contains (const QString &name) const |
|
Q_INVOKABLE int | count () const |
|
Q_INVOKABLE QSqlField | field (int index) const |
|
Q_INVOKABLE QSqlField | field (const QString &name) const |
|
Q_INVOKABLE QString | fieldName (int index) const |
|
Q_INVOKABLE int | indexOf (const QString &name) const |
|
Q_INVOKABLE void | insert (int pos, const QSqlField &field) |
|
Q_INVOKABLE bool | isEmpty () const |
|
Q_INVOKABLE bool | isGenerated (const QString &name) const |
|
Q_INVOKABLE bool | isGenerated (int index) const |
|
Q_INVOKABLE bool | isNull (const QString &name) const |
|
Q_INVOKABLE bool | isNull (int index) const |
|
Q_INVOKABLE void | remove (int pos) |
|
Q_INVOKABLE void | replace (int pos, const QSqlField &field) |
|
Q_INVOKABLE void | setGenerated (const QString &name, bool generated) |
|
Q_INVOKABLE void | setGenerated (int index, bool generated) |
|
Q_INVOKABLE void | setNull (int index) |
|
Q_INVOKABLE void | setNull (const QString &name) |
|
Q_INVOKABLE void | setValue (int index, const QVariant &val) |
|
Q_INVOKABLE void | setValue (const QString &name, const QVariant &val) |
|
Q_INVOKABLE QVariant | value (int index) const |
|
Q_INVOKABLE QVariant | value (const QString &name) const |
|
QSqlRecordProto::QSqlRecordProto |
( |
QObject * |
parent | ) |
|
void QSqlRecordProto::append |
( |
const QSqlField & |
field | ) |
|
void QSqlRecordProto::clear |
( |
| ) |
|
void QSqlRecordProto::clearValues |
( |
| ) |
|
bool QSqlRecordProto::contains |
( |
const QString & |
name | ) |
const |
int QSqlRecordProto::count |
( |
| ) |
const |
QSqlField QSqlRecordProto::field |
( |
int |
index | ) |
const |
QSqlField QSqlRecordProto::field |
( |
const QString & |
name | ) |
const |
QString QSqlRecordProto::fieldName |
( |
int |
index | ) |
const |
int QSqlRecordProto::indexOf |
( |
const QString & |
name | ) |
const |
void QSqlRecordProto::insert |
( |
int |
pos, |
|
|
const QSqlField & |
field |
|
) |
| |
bool QSqlRecordProto::isEmpty |
( |
| ) |
const |
bool QSqlRecordProto::isGenerated |
( |
const QString & |
name | ) |
const |
bool QSqlRecordProto::isGenerated |
( |
int |
index | ) |
const |
bool QSqlRecordProto::isNull |
( |
const QString & |
name | ) |
const |
bool QSqlRecordProto::isNull |
( |
int |
index | ) |
const |
void QSqlRecordProto::remove |
( |
int |
pos | ) |
|
void QSqlRecordProto::replace |
( |
int |
pos, |
|
|
const QSqlField & |
field |
|
) |
| |
void QSqlRecordProto::setGenerated |
( |
const QString & |
name, |
|
|
bool |
generated |
|
) |
| |
void QSqlRecordProto::setGenerated |
( |
int |
index, |
|
|
bool |
generated |
|
) |
| |
void QSqlRecordProto::setNull |
( |
int |
index | ) |
|
void QSqlRecordProto::setNull |
( |
const QString & |
name | ) |
|
void QSqlRecordProto::setValue |
( |
int |
index, |
|
|
const QVariant & |
val |
|
) |
| |
void QSqlRecordProto::setValue |
( |
const QString & |
name, |
|
|
const QVariant & |
val |
|
) |
| |
QVariant QSqlRecordProto::value |
( |
int |
index | ) |
const |
QVariant QSqlRecordProto::value |
( |
const QString & |
name | ) |
const |
The documentation for this class was generated from the following files: