Returns the value of the `standard_conforming_strings` configuration parameter.
(&self)
| 820 | /// Returns the value of the `standard_conforming_strings` configuration |
| 821 | /// parameter. |
| 822 | pub fn standard_conforming_strings(&self) -> bool { |
| 823 | *self.expect_value(&STANDARD_CONFORMING_STRINGS) |
| 824 | } |
| 825 | |
| 826 | /// Returns the value of the `statement_timeout` configuration parameter. |
| 827 | pub fn statement_timeout(&self) -> &Duration { |
nothing calls this directly
no test coverage detected