columns property

List<String> columns
final

List of column names covered by this index, converted to camelCase. Example: user_id becomes userId.

Implementation

final List<String> columns;