QSqlField Class Reference
#include <qsqlfield.h>
Definition at line 56 of file qsqlfield.h.
Enumerator |
---|
Unknown |
|
Optional |
|
Required |
|
Definition at line 59 of file qsqlfield.h.
bool operator== |
( |
const QSqlField & |
other | ) |
const |
bool operator!= |
( |
const QSqlField & |
other | ) |
const |
|
inline |
Definition at line 67 of file qsqlfield.h.
bool operator==(const QSqlField &other) const
void setReadOnly |
( |
bool |
readOnly | ) |
|
bool isReadOnly |
( |
| ) |
const |
bool isAutoValue |
( |
| ) |
const |
void setRequired |
( |
bool |
required | ) |
|
|
inline |
Definition at line 84 of file qsqlfield.h.
void setRequiredStatus(RequiredStatus status)
void setGenerated |
( |
bool |
gen | ) |
|
void setAutoValue |
( |
bool |
autoVal | ) |
|
bool isGenerated |
( |
| ) |
const |
The documentation for this class was generated from the following file: