Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSqlField Member List

This is the complete list of members for QSqlField, including all inherited members.

autoValueQSqlField
clear()QSqlField
defaultValueQSqlField
defaultValue() constQSqlField
generatedQSqlField
isAutoValue() constQSqlField
isGenerated() constQSqlField
isNull() constQSqlField
isReadOnly() constQSqlField
isValid() constQSqlField
lengthQSqlField
length() constQSqlField
metaTypeQSqlField
metaType() constQSqlField
nameQSqlField
name() constQSqlField
operator!=(const QSqlField &other) constQSqlFieldinline
operator=(const QSqlField &other)QSqlField
operator==(const QSqlField &other) constQSqlField
Optional enum valueQSqlField
precisionQSqlField
precision() constQSqlField
QSqlField(const QString &fieldName=QString(), QMetaType type=QMetaType(), const QString &tableName=QString())QSqlFieldexplicit
QSqlField(const QSqlField &other)QSqlField
QSqlField(QSqlField &&other) noexcept=defaultQSqlField
readOnlyQSqlField
Required enum valueQSqlField
RequiredStatus enum nameQSqlField
requiredStatusQSqlField
requiredStatus() constQSqlField
setAutoValue(bool autoVal)QSqlField
setDefaultValue(const QVariant &value)QSqlField
setGenerated(bool gen)QSqlField
setLength(int fieldLength)QSqlField
setMetaType(QMetaType type)QSqlField
setName(const QString &name)QSqlField
setPrecision(int precision)QSqlField
setReadOnly(bool readOnly)QSqlField
setRequired(bool required)QSqlFieldinline
setRequiredStatus(RequiredStatus status)QSqlField
setTableName(const QString &tableName)QSqlField
setValue(const QVariant &value)QSqlField
swap(QSqlField &other) noexceptQSqlFieldinline
tableNameQSqlField
tableName() constQSqlField
Unknown enum valueQSqlField
valueQSqlField
value() constQSqlFieldinline
~QSqlField()QSqlField