MCPcopy
hub / github.com/sqldef/sqldef / RevokePrivilege

Struct RevokePrivilege

schema/ast.go:167–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167type RevokePrivilege struct {
168 statement string
169 tableName QualifiedName
170 grantees []string
171 privileges []string
172 cascadeOption bool // CASCADE option for REVOKE
173}
174
175// CreatePartitionOf represents a PostgreSQL CREATE TABLE ... PARTITION OF statement
176type CreatePartitionOf struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected