Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QMYSQLDriverPlugin () | |
QSqlDriver * | create (const QString &) |
QStringList | keys () const |
QMYSQLDriverPlugin () | |
QSqlDriver * | create (const QString &) |
QStringList | keys () const |
QMYSQLDriverPlugin::QMYSQLDriverPlugin | ( | ) |
QMYSQLDriverPlugin::QMYSQLDriverPlugin | ( | ) |
QSqlDriver * QMYSQLDriverPlugin::create | ( | const QString & | key | ) | [virtual] |
Creates and returns a QSqlDriver object for the driver key key. The driver key is usually the class name of the required driver.
Implementa QSqlDriverPlugin.
QSqlDriver* QMYSQLDriverPlugin::create | ( | const QString & | key | ) | [virtual] |
Creates and returns a QSqlDriver object for the driver key key. The driver key is usually the class name of the required driver.
Implementa QSqlDriverPlugin.
QStringList QMYSQLDriverPlugin::keys | ( | ) | const [virtual] |
Returns the list of drivers (keys) this plugin supports.
These keys are usually the class names of the custom drivers that are implemented in the plugin.
Implementa QSqlDriverPlugin.
QStringList QMYSQLDriverPlugin::keys | ( | ) | const [virtual] |
Returns the list of drivers (keys) this plugin supports.
These keys are usually the class names of the custom drivers that are implemented in the plugin.
Implementa QSqlDriverPlugin.