MCPcopy
hub / github.com/sqldef/sqldef / AddPolicy

Struct AddPolicy

schema/ast.go:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145type AddPolicy struct {
146 statement string
147 tableName QualifiedName
148 policy Policy
149}
150
151// SetRowLevelSecurity represents PostgreSQL
152// ALTER TABLE ... {ENABLE|DISABLE|FORCE|NO FORCE} ROW LEVEL SECURITY

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected