Workspace 6.21.5
|
Add a column and data to a table. Data may be updated without adding a new column by setting a flag.
Inputs: | |||
---|---|---|---|
Database | Modified-in-place | QSqlDatabase | The database containing the table to modify. |
Table name | QString | The name of the table where column is to be added or modified. | |
Column name | QString | The name of the column to be added or modified. | |
Count must match | bool | When set, the length of the data to be inserted/updated must equal the number of rows in the table. | |
Overwrite existing | bool | When set, data in an existing column is updated. | |
Data | CSIRO::DataAnalysis::DataSeries | ||
Outputs: | |||
Database | QSqlDatabase | The database containing the table to modify. |