#include <populatorstructs.h>
Public Attributes | |
| QString | name |
| Column name. | |
| QString | type |
| Column data type. | |
| bool | pk |
| True if it's unique based column. | |
| int | action |
| One of supported action of populating. | |
| int | size |
| Regexped value of column size obtained from type. E.g. NUMBER(6). | |
| QString | prefix |
| Prefix for T_PREF. | |
| QString Populator::PopColumn::name |
| QString Populator::PopColumn::type |
One of supported action of populating.
Referenced by PopulatorColumnWidget::PopulatorColumnWidget().
Regexped value of column size obtained from type. E.g. NUMBER(6).
Referenced by PopulatorDialog::PopulatorDialog().
| QString Populator::PopColumn::prefix |
1.5.5