MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / transaction_isolation

Method transaction_isolation

src/sql/src/session/vars.rs:843–845  ·  view source on GitHub ↗

Returns the value of the `transaction_isolation` configuration parameter.

(&self)

Source from the content-addressed store, hash-verified

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 {

Callers 14

apply_writeMethod · 0.80
histogramMethod · 0.80
oracle_read_tsMethod · 0.80
determine_timestampMethod · 0.80
sequence_set_variableMethod · 0.80
sequence_insertMethod · 0.80

Calls 1

expect_valueMethod · 0.80

Tested by

no test coverage detected