Returns the value of the `statement_timeout` configuration parameter.
(&self)
| 825 | |
| 826 | /// Returns the value of the `statement_timeout` configuration parameter. |
| 827 | pub fn statement_timeout(&self) -> &Duration { |
| 828 | self.expect_value(&STATEMENT_TIMEOUT) |
| 829 | } |
| 830 | |
| 831 | /// Returns the value of the `idle_in_transaction_session_timeout` configuration parameter. |
| 832 | pub fn idle_in_transaction_session_timeout(&self) -> &Duration { |
no test coverage detected