mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-04 19:09:20 -05:00
add method to easily remove fields from table
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
QString sql() const;
|
||||
|
||||
void addField(const FieldPtr& f);
|
||||
bool removeField(const QString& sFieldName);
|
||||
void setFields(const FieldVector& fields);
|
||||
void clear();
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user