Returns the underlying SQL string.
(&self)
| 262 | |
| 263 | /// Returns the underlying SQL string. |
| 264 | pub fn as_str(&self) -> &str { |
| 265 | self.0.as_ref() |
| 266 | } |
| 267 | |
| 268 | /// Consumes this value and returns the SQL string. |
| 269 | pub fn into_string(self) -> String { |