columns property
Full ordered list of indexed columns. For single-column indexes this
is [column]; multi-column indexes carry every key column. The
in-memory engine still treats only column as the lookup key, but
the extra columns are preserved so they can be round-tripped through
the SQLite file format.
Implementation
final List<String> columns;