Returns a handle to the metadata for statement logging.
(&self)
| 970 | |
| 971 | /// Returns a handle to the metadata for statement logging. |
| 972 | pub fn logging(&self) -> &Arc<QCell<PreparedStatementLoggingInfo>> { |
| 973 | &self.logging |
| 974 | } |
| 975 | } |
| 976 | |
| 977 | /// A portal represents the execution state of a running or runnable query. |
no outgoing calls
no test coverage detected