(
&self,
)
| 735 | } |
| 736 | |
| 737 | fn connection( |
| 738 | &self, |
| 739 | ) -> Result<mz_storage_types::connections::Connection<ReferencedConnection>, SqlCatalogError> |
| 740 | { |
| 741 | mz_sql::catalog::CatalogItem::connection(&self.entry) |
| 742 | } |
| 743 | |
| 744 | fn create_sql(&self) -> &str { |
| 745 | self.entry.create_sql() |
nothing calls this directly
no test coverage detected