The QDjango class provides a set of static functions.
More...
#include <QDjango.h>
The QDjango class provides a set of static functions.
It is used to access registered QDjangoModel classes.
◆ createTables()
bool QDjango::createTables |
( |
| ) |
|
|
static |
Creates the database tables for all registered models.
- Returns
- true if all the tables were created, false otherwise.
◆ database()
Returns the database used by QDjango.
If you call this method from any thread but the application's main thread, a new connection to the database will be created. The connection will automatically be torn down once the thread finishes.
- See also
- setDatabase()
◆ dropTables()
bool QDjango::dropTables |
( |
| ) |
|
|
static |
Drops the database tables for all registered models.
- Returns
- true if all the tables were dropped, false otherwise.
◆ isDebugEnabled()
bool QDjango::isDebugEnabled |
( |
| ) |
|
|
static |
◆ registerModel()
◆ setDatabase()
Sets the database used by QDjango.
You must call this method from your application's main thread.
- See also
- database()
◆ setDebugEnabled()
void QDjango::setDebugEnabled |
( |
bool | enabled | ) |
|
|
static |
The documentation for this class was generated from the following files: