IUTinyInt

Type Alias IUTinyInt 

Source
pub type IUTinyInt = u8;

Trait Implementations§

Source§

impl IValue for IUTinyInt

Source§

const TY: Ty = Ty::UTinyInt

Source§

type Inner = u8

Source§

fn is_null(&self) -> bool

Source§

fn into_value(self) -> Value

Source§

fn into_inner(self) -> Self::Inner

Source§

impl IsPrimitive for IUTinyInt

Source§

const TY: Ty = Ty::UTinyInt

Source§

fn is_primitive(&self) -> bool

Source§

impl IsValue for IUTinyInt

Source§

const TY: Ty = Ty::UTinyInt

Source§

fn is_null(&self) -> bool

Source§

fn is_primitive(&self) -> bool

Source§

fn fixed_length(&self) -> usize

Source§

fn as_timestamp(&self) -> i64

Source§

fn as_var_char(&self) -> &str

Source§

fn as_nchar(&self) -> &str

Source§

fn as_medium_blob(&self) -> &[u8]

Source§

fn as_blob(&self) -> &[u8]