pub type MemRowValues = Vec<SqliteValue>;Expand description
A row in an in-memory table: (rowid, column values).
Aliased Typeยง
pub struct MemRowValues { /* private fields */ }pub type MemRowValues = Vec<SqliteValue>;A row in an in-memory table: (rowid, column values).
pub struct MemRowValues { /* private fields */ }