74 bool createTable()
const;
75 QStringList createTableSql()
const;
76 bool dropTable()
const;
78 void load(QObject *model,
const QVariantList &props,
int &pos)
const;
79 bool remove(QObject *model)
const;
80 bool save(QObject *model)
const;
82 QObject *foreignKey(
const QObject *model,
const char *name)
const;
83 void setForeignKey(QObject *model,
const char *name, QObject *value)
const;
85 QString className()
const;
87 QList<QDjangoMetaField> localFields()
const;
88 QMap<QByteArray, QByteArray> foreignFields()
const;
89 QByteArray primaryKey()
const;
90 QString table()
const;
93 QSharedDataPointer<QDjangoMetaModelPrivate> d;