pub trait ToWrappedSQLString { // Required method fn to_wrapped_string(&self, dialect: SQLDialect) -> String; }