tableColumns property

List<String>? tableColumns
getter/setter pair

Table columns used as part of the Index, for example B-TREE index should list the columns which constitutes the index.

Implementation

core.List<core.String>? tableColumns;