NAME
Qt::Sql::QSqlRecord
PUBLIC METHODS
- QSqlRecord()
- QSqlRecord(const QSqlRecord & other)
- ~QSqlRecord()
- void append(const QSqlField & field)
- void clear()
- void clearValues()
- bool contains(const QString & name)
- int count()
- QSqlField field(int i)
- QSqlField field(const QString & name)
- QString fieldName(int i)
- int indexOf(const QString & name)
- void insert(int pos, const QSqlField & field)
- bool isEmpty()
- bool isGenerated(int i)
- bool isGenerated(const QString & name)
- bool isNull(int i)
- bool isNull(const QString & name)
- bool operator!=(const QSqlRecord & other)
- QSqlRecord & operator=(const QSqlRecord & other)
- bool operator==(const QSqlRecord & other)
- void remove(int pos)
- void replace(int pos, const QSqlField & field)
- void setGenerated(const QString & name, bool generated)
- void setGenerated(int i, bool generated)
- void setNull(int i)
- void setNull(const QString & name)
- void setValue(int i, const QVariant & val)
- void setValue(const QString & name, const QVariant & val)
- QVariant value(int i)
- QVariant value(const QString & name)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.