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

Public Functions

 QMYSQLDriverPrivate ()
 

Public Variables

MYSQL * mysql
 
bool preparedQuerysEnabled
 
QTextCodectc
 

Detailed Description

Definition at line 79 of file qsql_mysql.cpp.

Constructors and Destructors

◆ QMYSQLDriverPrivate()

QMYSQLDriverPrivate::QMYSQLDriverPrivate ( )
inline

Definition at line 82 of file qsql_mysql.cpp.

82  : mysql(0),
83 #ifndef QT_NO_TEXTCODEC
85 #else
86  tc(0),
87 #endif
88  preparedQuerysEnabled(false) {}
static QTextCodec * codecForLocale()
Returns a pointer to the codec most suitable for this locale.
QTextCodec * tc
Definition: qsql_mysql.cpp:90

Properties

◆ mysql

MYSQL* QMYSQLDriverPrivate::mysql

◆ preparedQuerysEnabled

bool QMYSQLDriverPrivate::preparedQuerysEnabled

◆ tc

QTextCodec* QMYSQLDriverPrivate::tc

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