![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QQmlSqlDatabaseData (QV4::ExecutionEngine *engine) | |
~QQmlSqlDatabaseData () override | |
QQmlSqlDatabaseData (QV4::ExecutionEngine *engine) | |
~QQmlSqlDatabaseData () override | |
Public Member Functions inherited from QV4::ExecutionEngine::Deletable | |
virtual | ~Deletable () |
Public Attributes | |
QV4::PersistentValue | databaseProto |
QV4::PersistentValue | queryProto |
QV4::PersistentValue | rowsProto |
Definition at line 52 of file qqmllocalstorage.cpp.
QQmlSqlDatabaseData::QQmlSqlDatabaseData | ( | QV4::ExecutionEngine * | engine | ) |
Definition at line 461 of file qqmllocalstorage.cpp.
|
override |
Definition at line 175 of file qqmllocalstorage.cpp.
QQmlSqlDatabaseData::QQmlSqlDatabaseData | ( | QV4::ExecutionEngine * | engine | ) |
|
override |
QV4::PersistentValue QQmlSqlDatabaseData::databaseProto |
Definition at line 58 of file qqmllocalstorage.cpp.
QV4::PersistentValue QQmlSqlDatabaseData::queryProto |
Definition at line 59 of file qqmllocalstorage.cpp.
QV4::PersistentValue QQmlSqlDatabaseData::rowsProto |
Definition at line 60 of file qqmllocalstorage.cpp.