Type Alias YdbValueRef

Source
pub type YdbValueRef<'a> = &'a YdbValue;
Available on crate feature sqlx only.

Trait Implementations§

Source§

impl<'a> ValueRef<'a> for YdbValueRef<'a>

Source§

type Database = Ydb

Source§

fn to_owned(&self) -> YdbValue

Creates an owned value from this value reference. Read more
Source§

fn type_info(&self) -> Cow<'_, YdbTypeInfo>

Get the type information for this value.
Source§

fn is_null(&self) -> bool

Returns true if the SQL value is NULL.