MCPcopy
hub / github.com/sqldef/sqldef / AddExclusion

Struct AddExclusion

schema/ast.go:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139type AddExclusion struct {
140 statement string
141 tableName QualifiedName
142 exclusion Exclusion
143}
144
145type AddPolicy struct {
146 statement string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected