![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QQmlSqlDatabaseData (QV4::ExecutionEngine *engine) | |
~QQmlSqlDatabaseData () override | |
![]() | |
virtual | ~Deletable () |
Public Attributes | |
QV4::PersistentValue | databaseProto |
QV4::PersistentValue | queryProto |
QV4::PersistentValue | rowsProto |
Definition at line 51 of file qqmllocalstorage.cpp.
QQmlSqlDatabaseData::QQmlSqlDatabaseData | ( | QV4::ExecutionEngine * | engine | ) |
Definition at line 460 of file qqmllocalstorage.cpp.
References QV4::ExecutionEngine::newObject(), qmlsqldatabase_changeVersion(), qmlsqldatabase_executeSql(), qmlsqldatabase_read_transaction(), qmlsqldatabase_rows_forwardOnly(), qmlsqldatabase_rows_item(), qmlsqldatabase_rows_length(), qmlsqldatabase_rows_setForwardOnly(), qmlsqldatabase_transaction(), qmlsqldatabase_version(), and QStringLiteral.
|
override |
Definition at line 174 of file qqmllocalstorage.cpp.
QV4::PersistentValue QQmlSqlDatabaseData::databaseProto |
Definition at line 57 of file qqmllocalstorage.cpp.
QV4::PersistentValue QQmlSqlDatabaseData::queryProto |
Definition at line 58 of file qqmllocalstorage.cpp.
QV4::PersistentValue QQmlSqlDatabaseData::rowsProto |
Definition at line 59 of file qqmllocalstorage.cpp.