QDjango
|
Object Relation Mapper (ORM) More...
Classes | |
class | QDjango |
The QDjango class provides a set of static functions. More... | |
class | QDjangoModel |
The QDjangoModel class is the base class for all models. More... | |
class | QDjangoQuerySet< T > |
The QDjangoQuerySet class is a template class for performing database queries. More... | |
class | QDjangoQuerySet< T >::const_iterator |
class | QDjangoWhere |
The QDjangoWhere class expresses an SQL constraint. More... | |
Enumerations | |
enum | QDjangoWhere::Operation { QDjangoWhere::None, QDjangoWhere::Equals, QDjangoWhere::NotEquals, QDjangoWhere::GreaterThan, QDjangoWhere::LessThan, QDjangoWhere::GreaterOrEquals, QDjangoWhere::LessOrEquals, QDjangoWhere::StartsWith, QDjangoWhere::EndsWith, QDjangoWhere::Contains, QDjangoWhere::IsIn, QDjangoWhere::IsNull, QDjangoWhere::IEquals, QDjangoWhere::INotEquals, QDjangoWhere::IStartsWith, QDjangoWhere::IEndsWith, QDjangoWhere::IContains } |
A comparison operation on a database column value. More... | |
Object Relation Mapper (ORM)
QDjango's Object Relation Mapper (ORM) strives to be both powerful and simple to use. Where possible it tries to follow django's ORM API, with a similar lazy queryset mechanism.
The object relation mapper builds upon Qt's Meta-Object System, so if you are familiar with Qt, you should feel right at home. Features include:
A comparison operation on a database column value.