Trait sea_query::types::Iden

source ·
pub trait Iden
where Self: Send + Sync,
{ // Required method fn unquoted(&self, s: &mut dyn Write); // Provided methods fn prepare(&self, s: &mut dyn Write, q: Quote) { ... } fn quoted(&self, q: Quote) -> String { ... } fn to_string(&self) -> String { ... } }
Expand description

Identifier

Required Methods§

source

fn unquoted(&self, s: &mut dyn Write)

Provided Methods§

source

fn prepare(&self, s: &mut dyn Write, q: Quote)

source

fn quoted(&self, q: Quote) -> String

source

fn to_string(&self) -> String

Trait Implementations§

source§

impl Debug for dyn Iden

source§

fn fmt(&self, formatter: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§

source§

impl Iden for PgLTree

Available on crate feature backend-postgres only.
source§

impl Iden for Alias

source§

impl Iden for NullAlias