pub trait QuotedBuilder {
// Required method
fn quote(&self) -> Quote;
}
Required Methods§
Implementors§
impl QuotedBuilder for MysqlQueryBuilder
Available on crate feature
backend-mysql
only.impl QuotedBuilder for PostgresQueryBuilder
Available on crate feature
backend-postgres
only.impl QuotedBuilder for SqliteQueryBuilder
Available on crate feature
backend-sqlite
only.