QSqlRecordProto Class Reference
#include <qsqlrecordproto.h>
List of all members.
Constructor & Destructor Documentation
QSqlRecordProto::QSqlRecordProto |
( |
QObject * |
parent |
) |
|
Member Function Documentation
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 |
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 |
( |
int |
index |
) |
const |
bool QSqlRecordProto::isGenerated |
( |
const QString & |
name |
) |
const |
bool QSqlRecordProto::isNull |
( |
int |
index |
) |
const |
bool QSqlRecordProto::isNull |
( |
const QString & |
name |
) |
const |
void QSqlRecordProto::remove |
( |
int |
pos |
) |
|
void QSqlRecordProto::replace |
( |
int |
pos, |
|
|
const QSqlField & |
field | |
|
) |
| | |
void QSqlRecordProto::setGenerated |
( |
int |
index, |
|
|
bool |
generated | |
|
) |
| | |
void QSqlRecordProto::setGenerated |
( |
const QString & |
name, |
|
|
bool |
generated | |
|
) |
| | |
void QSqlRecordProto::setNull |
( |
const QString & |
name |
) |
|
void QSqlRecordProto::setNull |
( |
int |
index |
) |
|
void QSqlRecordProto::setValue |
( |
const QString & |
name, |
|
|
const QVariant & |
val | |
|
) |
| | |
void QSqlRecordProto::setValue |
( |
int |
index, |
|
|
const QVariant & |
val | |
|
) |
| | |
QVariant QSqlRecordProto::value |
( |
int |
index |
) |
const |
The documentation for this class was generated from the following files: