|
void | beforeDelete (int row) |
|
void | beforeInsert (QSqlRecord &record) |
|
void | beforeUpdate (int row, QSqlRecord &record) |
|
void | primeInsert (int row, QSqlRecord &record) |
|
void | columnsAboutToBeInserted (const QModelIndex &parent, int first, int last) |
|
void | columnsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) |
|
void | columnsAboutToBeRemoved (const QModelIndex &parent, int first, int last) |
|
void | columnsInserted (const QModelIndex &parent, int first, int last) |
|
void | columnsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) |
|
void | columnsRemoved (const QModelIndex &parent, int first, int last) |
|
void | dataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles=QVector< int >()) |
|
void | headerDataChanged (Qt::Orientation orientation, int first, int last) |
|
void | layoutAboutToBeChanged (const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint) |
|
void | layoutChanged (const QList< QPersistentModelIndex > &parents=QList< QPersistentModelIndex >(), QAbstractItemModel::LayoutChangeHint hint=QAbstractItemModel::NoLayoutChangeHint) |
|
void | modelAboutToBeReset () |
|
void | modelReset () |
|
void | rowsAboutToBeInserted (const QModelIndex &parent, int first, int last) |
|
void | rowsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) |
|
void | rowsAboutToBeRemoved (const QModelIndex &parent, int first, int last) |
|
void | rowsInserted (const QModelIndex &parent, int first, int last) |
|
void | rowsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) |
|
void | rowsRemoved (const QModelIndex &parent, int first, int last) |
|
void | destroyed (QObject *obj=nullptr) |
|
void | objectNameChanged (const QString &objectName) |
|
|
| QSqlTableModel (QObject *parent=nullptr, QSqlDatabase db=QSqlDatabase ()) |
|
virtual | ~QSqlTableModel () |
|
void | clear () override |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
|
QSqlDatabase | database () const |
|
EditStrategy | editStrategy () const |
|
int | fieldIndex (const QString &fieldName) const |
|
QString | filter () const |
|
Qt::ItemFlags | flags (const QModelIndex &index) const override |
|
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
|
bool | insertRecord (int row, const QSqlRecord &record) |
|
bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex ()) override |
|
bool | isDirty (const QModelIndex &index) const |
|
QSqlIndex | primaryKey () const |
|
bool | removeColumns (int column, int count, const QModelIndex &parent=QModelIndex ()) override |
|
bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex ()) override |
|
virtual void | revertRow (int row) |
|
int | rowCount (const QModelIndex &parent=QModelIndex ()) const override |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) override |
|
virtual void | setEditStrategy (EditStrategy strategy) |
|
virtual void | setFilter (const QString &filter) |
|
bool | setRecord (int row, const QSqlRecord &record) |
|
virtual void | setSort (int column, Qt::SortOrder order) |
|
virtual void | setTable (const QString &tableName) |
|
void | sort (int column, Qt::SortOrder order) override |
|
QString | tableName () const |
|
| QSqlQueryModel (QObject *parent=nullptr) |
|
virtual | ~QSqlQueryModel () |
|
bool | canFetchMore (const QModelIndex &parent=QModelIndex ()) const override |
|
int | columnCount (const QModelIndex &index=QModelIndex ()) const override |
|
void | fetchMore (const QModelIndex &parent=QModelIndex ()) override |
|
bool | insertColumns (int column, int count, const QModelIndex &parent=QModelIndex ()) override |
|
QSqlError | lastError () const |
|
QSqlQuery | query () const |
|
QSqlRecord | record () const |
|
QSqlRecord | record (int row) const |
|
bool | setHeaderData (int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) override |
|
void | setQuery (const QSqlQuery &query) |
|
void | setQuery (const QString &query, const QSqlDatabase &db=QSqlDatabase ()) |
|
| QAbstractTableModel (QObject *parent=nullptr) |
|
| ~QAbstractTableModel () |
|
bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override |
|
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex ()) const override |
|
QObject * | parent () const |
|
QModelIndex | sibling (int row, int column, const QModelIndex &index) const override |
|
| QAbstractItemModel (QObject *parent=nullptr) |
|
virtual | ~QAbstractItemModel () |
|
virtual QModelIndex | buddy (const QModelIndex &index) const |
|
virtual bool | canDropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const |
|
bool | hasIndex (int row, int column, const QModelIndex &parent=QModelIndex ()) const |
|
bool | insertColumn (int column, const QModelIndex &parent=QModelIndex ()) |
|
bool | insertRow (int row, const QModelIndex &parent=QModelIndex ()) |
|
virtual QMap< int, QVariant > | itemData (const QModelIndex &index) const |
|
virtual QModelIndexList | match (const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags (Qt::MatchStartsWith|Qt::MatchWrap)) const |
|
virtual QMimeData * | mimeData (const QModelIndexList &indexes) const |
|
virtual QStringList | mimeTypes () const |
|
bool | moveColumn (const QModelIndex &sourceParent, int sourceColumn, const QModelIndex &destinationParent, int destinationChild) |
|
virtual bool | moveColumns (const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild) |
|
bool | moveRow (const QModelIndex &sourceParent, int sourceRow, const QModelIndex &destinationParent, int destinationChild) |
|
virtual bool | moveRows (const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) |
|
QObject * | parent () const |
|
bool | removeColumn (int column, const QModelIndex &parent=QModelIndex ()) |
|
bool | removeRow (int row, const QModelIndex &parent=QModelIndex ()) |
|
virtual QMultiHash< int, QString > | roleNames () const |
|
virtual bool | setItemData (const QModelIndex &index, const QMap< int, QVariant > &roles) |
|
virtual QSize | span (const QModelIndex &index) const |
|
virtual Qt::DropActions | supportedDragActions () const |
|
virtual Qt::DropActions | supportedDropActions () const |
|
| QObject (QObject *parent=nullptr) |
|
| ~QObject () |
|
bool | blockSignals (bool block) |
|
const QList< QObject * > & | children () const |
|
bool | connect (const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) |
|
bool | connect (const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) |
|
bool | disconnect (const QObject *receiver, const QString &slotMethod=QString ()) const |
|
bool | disconnect (const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const |
|
bool | disconnect (const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QString > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *event) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
template<typename T > |
T | findChild (const QString &childName=QString ()) const |
|
template<class T > |
QList< T > | findChildren (const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
|
template<class T > |
QList< T > | findChildren (const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const |
|
bool | inherits (const QString &className) const |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isWidgetType () const |
|
bool | isWindowType () const |
|
void | killTimer (int id) |
|
const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
QString | objectName () const |
|
QObject * | parent () const |
|
template<class T = QVariant> |
T | property (const QString &name) const |
|
void | removeEventFilter (QObject *obj) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const QString &name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval, Qt::TimerType timerType=Qt::CoarseTimer) |
|
QThread * | thread () const |
|
|
virtual bool | deleteRowFromTable (int row) |
|
QModelIndex | indexInQuery (const QModelIndex &item) const override |
|
virtual bool | insertRowIntoTable (const QSqlRecord &values) |
|
virtual QString | orderByClause () const |
|
virtual QString | selectStatement () const |
|
void | setPrimaryKey (const QSqlIndex &key) |
|
void | setQuery (const QSqlQuery &query) |
|
virtual bool | updateRowInTable (int row, const QSqlRecord &values) |
|
virtual void | queryChange () |
|
void | setLastError (const QSqlError &error) |
|
void | beginInsertColumns (const QModelIndex &parent, int first, int last) |
|
void | beginInsertRows (const QModelIndex &parent, int first, int last) |
|
bool | beginMoveColumns (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn) |
|
bool | beginMoveRows (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow) |
|
void | beginRemoveColumns (const QModelIndex &parent, int first, int last) |
|
void | beginRemoveRows (const QModelIndex &parent, int first, int last) |
|
void | beginResetModel () |
|
void | changePersistentIndex (const QModelIndex &from, const QModelIndex &to) |
|
void | changePersistentIndexList (const QModelIndexList &from, const QModelIndexList &to) |
|
QModelIndex | createIndex (int row, int column, quintptr id) const |
|
QModelIndex | createIndex (int row, int column, void *data=nullptr) const |
|
void | endInsertColumns () |
|
void | endInsertRows () |
|
void | endMoveColumns () |
|
void | endMoveRows () |
|
void | endRemoveColumns () |
|
void | endRemoveRows () |
|
void | endResetModel () |
|
QModelIndexList | persistentIndexList () const |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const QMetaMethod &signalMethod) const |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const QMetaMethod &signalMethod) const |
|
bool | isSignalConnected (const QMetaMethod &signalMethod) const |
|
int | receivers (const QString &signal) const |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
virtual void | timerEvent (QTimerEvent *event) |
|
|
static bool | connect (const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) |
|
static bool | connect (const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) |
|
template<class Sender , class SignalClass , class... SignalArgs, class Receiver , class SlotClass , class... SlotArgs, class SlotReturn > |
static bool | connect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) |
|
template<class Sender , class SignalClass , class... SignalArgs, class Receiver , class T > |
static bool | connect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) |
|
static bool | disconnect (const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) |
|
static bool | disconnect (const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) |
|
static bool | disconnect (const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) |
|
template<class Sender , class SignalClass , class... SignalArgs, class Receiver , class SlotClass , class... SlotArgs, class SlotReturn > |
static bool | disconnect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) |
|
template<class Sender , class SignalClass , class... SignalArgs, class Receiver > |
static bool | disconnect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) |
|
template<class Sender , class SignalClass , class... SignalArgs, class Receiver , class T > |
static bool | disconnect (const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) |
|
static QMetaObject & | staticMetaObject () |
|
static QString | tr (const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) |
|
void | resetInternalData () |
|
| objectName |
|
T | qobject_cast (QObject *object) |
|
| QObjectList |
|
The QSqlTableModel class provides an editable data model for a single database table.
QSqlTableModel is a high-level interface for reading and writing database records from a single table. It is built on top of the lower-level QSqlQuery and can be used to provide data to view classes such as QTableView.
model->setTable("employee");
model->setEditStrategy(QSqlTableModel::OnManualSubmit);
model->select();
view->setModel(model);
view->hideColumn(0);
We set the SQL table's name and the edit strategy, then we set up the labels displayed in the view header. The edit strategy dictates when the changes done by the user in the view are actually applied to the database. The possible values are OnFieldChange, OnRowChange, and OnManualSubmit.
QSqlTableModel can also be used to access a database programmatically, without binding it to a view. The following code extracts the salary field from record 4 in the result set of the query SELECT * from employee
.
model.setQuery("SELECT * FROM employee");
int salary = model.record(4).value("salary").toInt();
It is possible to set filters using setFilter(), or modify the sort order using setSort(). At the end, you must call select() to populate the model with data. QSqlTableModel provides no direct support for foreign keys. Use the QSqlRelationalTableModel and QSqlRelationalDelegate if you want to resolve foreign keys.
- See also
- QSqlRelationalTableModel, QSqlQuery, Model/View Architecture