Qt 4.8
Public Functions | Public Variables | List of all members
QSQLite2DriverPrivate Class Reference

Public Functions

 QSQLite2DriverPrivate ()
 

Public Variables

sqlite * access
 
bool utf8
 

Detailed Description

Definition at line 81 of file qsql_sqlite2.cpp.

Constructors and Destructors

◆ QSQLite2DriverPrivate()

QSQLite2DriverPrivate::QSQLite2DriverPrivate ( )

Definition at line 89 of file qsql_sqlite2.cpp.

89  : access(0)
90 {
91  utf8 = (qstrcmp(sqlite_encoding, "UTF-8") == 0);
92 }
int qstrcmp(const QByteArray &str1, const char *str2)
Definition: qbytearray.cpp:336

Properties

◆ access

sqlite* QSQLite2DriverPrivate::access

◆ utf8

bool QSQLite2DriverPrivate::utf8

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