| 1 | package ast |
| 2 | |
| 3 | type AlterObjectDependsStmt struct { |
| 4 | ObjectType ObjectType |
| 5 | Relation *RangeVar |
| 6 | Object Node |
| 7 | Extname Node |
| 8 | } |
| 9 | |
| 10 | func (n *AlterObjectDependsStmt) Pos() int { |
| 11 | return 0 |
nothing calls this directly
no outgoing calls
no test coverage detected