MCPcopy
hub / github.com/sqlc-dev/sqlc / AlterObjectDependsStmt

Struct AlterObjectDependsStmt

internal/sql/ast/alter_object_depends_stmt.go:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type AlterObjectDependsStmt struct {
4 ObjectType ObjectType
5 Relation *RangeVar
6 Object Node
7 Extname Node
8}
9
10func (n *AlterObjectDependsStmt) Pos() int {
11 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected