Returns the session's transaction code.
(&self)
| 498 | |
| 499 | /// Returns the session's transaction code. |
| 500 | pub fn transaction_code(&self) -> TransactionCode { |
| 501 | self.transaction().into() |
| 502 | } |
| 503 | |
| 504 | /// Adds operations to the current transaction. An error is produced if |
| 505 | /// they cannot be merged (i.e., a timestamp-dependent read cannot be |