ITinyInt

Type Alias ITinyInt 

Source
pub type ITinyInt = i8;

Trait Implementations§

Source§

impl IValue for ITinyInt

Source§

const TY: Ty = Ty::TinyInt

Source§

type Inner = i8

Source§

fn is_null(&self) -> bool

Source§

fn into_value(self) -> Value

Source§

fn into_inner(self) -> Self::Inner

Source§

impl IsPrimitive for ITinyInt

Source§

const TY: Ty = Ty::TinyInt

Source§

fn is_primitive(&self) -> bool

Source§

impl IsValue for ITinyInt

Source§

const TY: Ty = Ty::TinyInt

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]