Trait diesel::types::NativeSqlType [] [src]

pub trait NativeSqlType {
    fn oid(&self) -> u32;
    fn array_oid(&self) -> u32;
    fn new() -> Self where Self: Sized;
}

Required Methods

fn oid(&self) -> u32

fn array_oid(&self) -> u32

fn new() -> Self where Self: Sized

Implementors