Returns the value of the `transaction_isolation` configuration parameter.
(&self)
| 841 | /// Returns the value of the `transaction_isolation` configuration |
| 842 | /// parameter. |
| 843 | pub fn transaction_isolation(&self) -> &IsolationLevel { |
| 844 | self.expect_value(&TRANSACTION_ISOLATION) |
| 845 | } |
| 846 | |
| 847 | /// Returns the value of `real_time_recency` configuration parameter. |
| 848 | pub fn real_time_recency(&self) -> bool { |
no test coverage detected