Get the connection manager for caching purposes
(&self)
| 2619 | |
| 2620 | /// Get the connection manager for caching purposes |
| 2621 | pub fn connection_manager(&self) -> &Arc<ConnectionManager> { |
| 2622 | &self.connection_manager |
| 2623 | } |
| 2624 | |
| 2625 | // Compatibility methods for existing code |
| 2626 | pub fn get_schema_cache(&self) -> &Arc<SchemaCache> { |
no outgoing calls
no test coverage detected