dynTableDefinition can be used as a TableDefinition in Report::createTable or Report::findTable. It can be used to build a TableDefinition at runtime.
Public Member Functions | |
void | addColumn (const char *label, ColumnType type) |
add columns | |
Implementation of TableDefinition interface | |
| |
virtual unsigned long | getNumberOfColumns () const |
number of columns | |
virtual const char * | getLabelOfColumn (unsigned long i) const |
get label of column | |
virtual ColumnType | getTypeOfColumn (unsigned long i) const |
get type of column |
|
number of columns
Implements TableDefinition. |
|
get label of column
Implements TableDefinition. |
|
get type of column
Implements TableDefinition. |
|
add columns
|