If the indexer name is NULL when creating a column, it now becomes the

column name
This commit is contained in:
Celine Mercier
2016-11-18 15:56:51 +01:00
parent 1c71c195fc
commit 7d022c1a52
2 changed files with 2 additions and 1 deletions

View File

@ -181,6 +181,7 @@ size_t obi_get_platform_header_size();
* @param nb_elements_per_line The number of elements per line. // TODO talk about default values
* @param elements_names The names of the elements with ';' as separator.
* @param indexer_name The name of the indexer if there is one associated with the column.
* If NULL or "", the indexer name is set as the column name.
* @param associated_column_name The name of the associated column if there is one.
* @param associated_column_version The version of the associated column if there is one.
* @param comments Optional comments associated with the column.