QDjango
Classes
Database

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  QDjangoWhere
 The QDjangoWhere class expresses an SQL constraint. More...

Detailed Description

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.

 All Classes Functions Typedefs Enumerations Enumerator Properties