| 717 | /// ALTER GRAPH TYPE statement |
| 718 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 719 | pub struct AlterGraphTypeStatement { |
| 720 | pub name: String, |
| 721 | pub location: Location, |
| 722 | } |
| 723 | |
| 724 | /// Catalog path for referencing objects |
| 725 | #[derive(Debug, Clone, Serialize, Deserialize)] |
nothing calls this directly
no outgoing calls
no test coverage detected