Type Definition ydb_unofficial::sqlx::entities::YdbValueRef

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

Trait Implementations§

source§

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

§

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.