Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlSqlDatabaseData Class Reference
Inheritance diagram for QQmlSqlDatabaseData:
Collaboration diagram for QQmlSqlDatabaseData:

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

Detailed Description

Definition at line 52 of file qqmllocalstorage.cpp.

Constructor & Destructor Documentation

◆ QQmlSqlDatabaseData() [1/2]

QQmlSqlDatabaseData::QQmlSqlDatabaseData ( QV4::ExecutionEngine * engine)

Definition at line 461 of file qqmllocalstorage.cpp.

◆ ~QQmlSqlDatabaseData() [1/2]

QQmlSqlDatabaseData::~QQmlSqlDatabaseData ( )
override

Definition at line 175 of file qqmllocalstorage.cpp.

◆ QQmlSqlDatabaseData() [2/2]

QQmlSqlDatabaseData::QQmlSqlDatabaseData ( QV4::ExecutionEngine * engine)

◆ ~QQmlSqlDatabaseData() [2/2]

QQmlSqlDatabaseData::~QQmlSqlDatabaseData ( )
override

Member Data Documentation

◆ databaseProto

QV4::PersistentValue QQmlSqlDatabaseData::databaseProto

Definition at line 58 of file qqmllocalstorage.cpp.

◆ queryProto

QV4::PersistentValue QQmlSqlDatabaseData::queryProto

Definition at line 59 of file qqmllocalstorage.cpp.

◆ rowsProto

QV4::PersistentValue QQmlSqlDatabaseData::rowsProto

Definition at line 60 of file qqmllocalstorage.cpp.


The documentation for this class was generated from the following file: