Trait rbatis_sql::ops::AsSql

source ·
pub trait AsSql {
    fn as_sql(&self) -> String;
}

Required Methods

Performs the conversion.

Implementations on Foreign Types

Implementors