aliasesForRowId top-level constant

List<String> const aliasesForRowId

The aliases which can be used to refer to the rowid of a table. See https://www.sqlite.org/lang_createtable.html#rowid

Implementation

const aliasesForRowId = ['rowid', 'oid', '_rowid_'];