Type Alias rusqlite::vtab::array::Array

source ·
pub type Array = Rc<Vec<Value>>;
Available on crate features vtab and array only.
Expand description

Array parameter / pointer

Aliased Type§

struct Array { /* private fields */ }

Trait Implementations§

source§

impl ToSql for Array

source§

fn to_sql(&self) -> Result<ToSqlOutput<'_>>

Converts Rust value to SQLite value