NAME
Qt::Sql::QSqlField
PUBLIC METHODS
- QSqlField()
- QSqlField(, )
- QSqlField(, = QVariant::Invalid)
- QSqlField( = QString(), = QVariant::Invalid)
- ~QSqlField()
- void clear()
- QVariant defaultValue()
- bool isAutoValue()
- bool isGenerated()
- bool isNull()
- bool isReadOnly()
- bool isValid()
- int length()
- QString name()
- bool operator!=()
- QSqlField & operator=()
- bool operator==()
- int precision()
- QSqlField::RequiredStatus requiredStatus()
- void setAutoValue()
- void setDefaultValue()
- void setGenerated()
- void setLength()
- void setName()
- void setPrecision()
- void setReadOnly()
- void setRequired()
- void setRequiredStatus()
- void setSqlType()
- void setType()
- void setValue()
- QVariant::Type type()
- int typeID()
- QVariant value()
ENUM VALUES
- Unknown
- Optional
- Required
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.