Lines Matching refs:to_sql

75     fn to_sql(&self) -> Result<ToSqlOutput<'_>> {  in to_sql()  method
90 fn to_sql(&self) -> Result<ToSqlOutput<'_>>; in to_sql() method
94 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
95 self.as_ref().to_sql() in to_sql()
100 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
101 self.as_ref().to_sql() in to_sql()
106 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
107 self.as_ref().to_sql() in to_sql()
112 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
113 self.as_ref().to_sql() in to_sql()
132 fn to_sql(&self) -> Result<ToSqlOutput<'_>> {
161 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() function
162 (*self).to_sql() in to_sql()
167 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
173 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
179 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
185 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
191 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
197 fn to_sql(&self) -> Result<ToSqlOutput<'_>> { in to_sql() method
200 Some(ref t) => t.to_sql(), in to_sql()
227 let r = cow.to_sql(); in test_cow_str()
230 let r = cow.to_sql(); in test_cow_str()
240 let r = ToSql::to_sql(&s); in test_box_dyn()
249 let r = s.to_sql(); in test_box_deref()
258 let r = ToSql::to_sql(&s); in test_box_direct()
271 let r = s.to_sql(); in test_cells()
276 let r = s.to_sql(); in test_cells()
281 let r = s.to_sql(); in test_cells()
286 let r = s.to_sql(); in test_cells()
291 let r = s.to_sql(); in test_cells()
296 let r = s.to_sql(); in test_cells()