NAME
Qt::Sql::QSqlQueryModel
PUBLIC METHODS
- QSqlQueryModel()
- QSqlQueryModel( = 0)
- ~QSqlQueryModel()
- bool canFetchMore()
- bool canFetchMore( = QModelIndex())
- void clear()
- int columnCount()
- int columnCount( = QModelIndex())
- QVariant data(, )
- QVariant data(, = Qt::DisplayRole)
- void fetchMore()
- void fetchMore( = QModelIndex())
- QVariant headerData(, , )
- QVariant headerData(, , = Qt::DisplayRole)
- bool insertColumns(, , )
- bool insertColumns(, , = QModelIndex())
- QSqlError lastError()
- QSqlQuery query()
- QSqlRecord record()
- QSqlRecord record()
- bool removeColumns(, , )
- bool removeColumns(, , = QModelIndex())
- int rowCount()
- int rowCount( = QModelIndex())
- bool setHeaderData(, , , )
- bool setHeaderData(, , , = Qt::EditRole)
- void setQuery()
- void setQuery(, )
- void setQuery(, = QSqlDatabase())
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.