QSqlRecord Class Reference
#include <qsqlrecord.h>
Definition at line 58 of file qsqlrecord.h.
Definition at line 67 of file qsqlrecord.h.
bool operator==(const QSqlRecord &other) const
bool isNull |
( |
int |
i | ) |
const |
bool isNull |
( |
const QString & |
name | ) |
const |
bool isGenerated |
( |
int |
i | ) |
const |
bool isGenerated |
( |
const QString & |
name | ) |
const |
void setGenerated |
( |
const QString & |
name, |
|
|
bool |
generated |
|
) |
| |
void setGenerated |
( |
int |
i, |
|
|
bool |
generated |
|
) |
| |
bool contains |
( |
const QString & |
name | ) |
const |
The documentation for this class was generated from the following file: