withoutRowid property

bool withoutRowid
final

True for CREATE TABLE ... WITHOUT ROWID. The table is written as an INDEX B-tree (page types 0x02/0x0a) sorted by the rows' on-disk key. Each entry in rows must already be in on-disk column order (PK columns first, then the remaining columns in declared order).

Implementation

final bool withoutRowid;