keyColumnNames

The keyColumnNames method returns the names of all "key" columns that are part of table().getDefinition(). If there are no key columns, the result will be empty. This set is explicitly ordered.

Syntax

Parameters

This function does not take any parameters.

Returns

The names of all "key" columns that are part of table().getDefinition(), as a Set<String>.

Examples