value property

List<String> value
final

List of column names in the Index.

The order of columns is important as it defines when SQLite can use a particular index. See SQLite documentation for details on index usage in the query optimizer.

Implementation

final List<String> value;