getTableColumnNames

getTableColumnNames(tableName:   String;
                    columnNames: HugeStringArray input);

The getTableColumnNames method of the RelationalView class returns the names of the columns in the table specified by the tableName parameter in the array specified by the columnNames parameter.

This method applies to RPS mappings and ODBC relational views.

The columnNames array is not cleared before names are added.

The names of columns in the RPS mapping that have been specifically excluded are not added to the columnNames array. If the table specified by the tableName parameter is not found in the relational view or RPS mapping or if it has been specifically excluded, the columnNames array is empty.