menu
powersync_sqlcipher package
documentation
powersync.dart
IndexedColumn
IndexedColumn const constructor
IndexedColumn const constructor
dark_mode
light_mode
IndexedColumn
constructor
const
IndexedColumn
(
String
column
, {
bool
ascending
=
true
,
})
Implementation
const IndexedColumn(this.column, {this.ascending = true});
powersync_sqlcipher package
documentation
powersync
IndexedColumn
IndexedColumn const constructor
IndexedColumn class