Returns the `enable_internal_statement_logging` configuration parameter.
(&self)
| 2243 | |
| 2244 | /// Returns the `enable_internal_statement_logging` configuration parameter. |
| 2245 | pub fn enable_internal_statement_logging(&self) -> bool { |
| 2246 | *self.expect_value(&ENABLE_INTERNAL_STATEMENT_LOGGING) |
| 2247 | } |
| 2248 | |
| 2249 | /// Returns the `optimizer_stats_timeout` configuration parameter. |
| 2250 | pub fn optimizer_stats_timeout(&self) -> Duration { |
no test coverage detected