Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlSqlDatabaseData Class Reference
+ Inheritance diagram for QQmlSqlDatabaseData:
+ Collaboration diagram for QQmlSqlDatabaseData:

Public Member Functions

 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 51 of file qqmllocalstorage.cpp.

Constructor & Destructor Documentation

◆ QQmlSqlDatabaseData()

◆ ~QQmlSqlDatabaseData()

QQmlSqlDatabaseData::~QQmlSqlDatabaseData ( )
override

Definition at line 174 of file qqmllocalstorage.cpp.

Member Data Documentation

◆ databaseProto

QV4::PersistentValue QQmlSqlDatabaseData::databaseProto

Definition at line 57 of file qqmllocalstorage.cpp.

◆ queryProto

QV4::PersistentValue QQmlSqlDatabaseData::queryProto

Definition at line 58 of file qqmllocalstorage.cpp.

◆ rowsProto

QV4::PersistentValue QQmlSqlDatabaseData::rowsProto

Definition at line 59 of file qqmllocalstorage.cpp.


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