Trait teo_sql_connector::stmts::select::where::ToWrappedSQLString
source · pub trait ToWrappedSQLString {
// Required method
fn to_wrapped_string(&self, dialect: SQLDialect) -> String;
}pub trait ToWrappedSQLString {
// Required method
fn to_wrapped_string(&self, dialect: SQLDialect) -> String;
}