|
| Fixes (const QString &connectionName, DbId databaseId) |
|
| Fixes (const Fixes &other)=delete |
|
| Fixes (Fixes &&other)=delete |
|
Fixes & | operator= (const Fixes &other)=delete |
|
Fixes & | operator= (Fixes &&other)=delete |
|
bool | checkAndInsertColumn (const QString &tablename, const QString &column, const QString &sqltype, const QString &defaultValue) |
|
bool | checkAndInsertColumn (const QString &tablename, const QString &column, const QString &sqltype) |
|
bool | checkAndCreateTable (const QString &tablename, const QString &sql) |
|
bool | checkAndDropTable (const QString &tablename) |
|
virtual void | applyFixes ()=0 |
|