NAME
Qt::Sql::QSqlRelationalTableModel
PUBLIC METHODS
- QSqlRelationalTableModel(, )
- QSqlRelationalTableModel(, = QSqlDatabase())
- QSqlRelationalTableModel( = 0, = QSqlDatabase())
- ~QSqlRelationalTableModel()
- void clear()
- QVariant data(, )
- QVariant data(, = Qt::DisplayRole)
- QSqlRelation relation()
- QSqlTableModel * relationModel()
- bool removeColumns(, , )
- bool removeColumns(, , = QModelIndex())
- void revertRow()
- bool select()
- bool setData(, , )
- bool setData(, , = Qt::EditRole)
- void setRelation(, )
- void setTable()
ENUM VALUES
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.