/home/subzero/sqliteman/trunk/Sqliteman/sqliteman/altertabledialog.h File Reference

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

Include dependency graph for altertabledialog.h:

This graph shows which files directly or indirectly include this file:

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...


Generated on Sat Jul 26 09:05:46 2008 for Sqliteman by  doxygen 1.5.5