Type Alias Array

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

Array parameter / pointer

Aliased Type§

pub struct Array { /* private fields */ }

Trait Implementations§

Source§

impl ToSql for Array

Source§

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

Converts Rust value to SQLite value