uncoveredColumns property

List<String>? uncoveredColumns
getter/setter pair

Specifies which columns were not covered by the stored columns for the specified code up to 20 columns.

This is populated when the code is STORED_COLUMNS_COVER_INSUFFICIENT and BASE_TABLE_HAS_CLS.

Implementation

core.List<core.String>? uncoveredColumns;