Get the session ID The session ID is used internally for query execution and transaction management.
(&self)
| 137 | /// The session ID is used internally for query execution and |
| 138 | /// transaction management. |
| 139 | pub fn id(&self) -> &str { |
| 140 | &self.id |
| 141 | } |
| 142 | |
| 143 | /// Get the username associated with this session |
| 144 | pub fn username(&self) -> &str { |
no outgoing calls
no test coverage detected