#include "database.h"#include "tableeditordialog.h"


Go to the source code of this file.
Classes | |
| class | AlterTableDialog |
| Handle alter table features. Sqlite3 has very limited ALTER TABLE feature set, so there is only support for "table rename" and "add column". Table Renaming is handled directly in the LiteManWindow method renameTable(). Adding columns - see addColumns(). It's a wrapper around plain ALTER TABLE ADD COLUMN statement. Drop Column is using a workaround with tmp table, insert-select statement and renaming. See createButton_clicked(). More... | |
1.5.5