QSqlDriverPlugin Class ReferenceThe QSqlDriverPlugin class provides an abstract base for custom QSqlDriver plugins. More... #include <QSqlDriverPlugin> Inherits: QObject. Public Functions
Reimplemented Public Functions
Additional Inherited Members
Detailed DescriptionThe QSqlDriverPlugin class provides an abstract base for custom QSqlDriver plugins. The SQL driver plugin is a simple plugin interface that makes it easy to create your own SQL driver plugins that can be loaded dynamically by Qt. Writing a SQL plugin is achieved by subclassing this base class, reimplementing the pure virtual functions keys() and create(), and exporting the class with the Q_EXPORT_PLUGIN2() macro. See the SQL plugins that come with Qt for example implementations (in the plugins/src/sqldrivers subdirectory of the source distribution). See also How to Create Qt Plugins. Member Function Documentation
|