MCPcopy
hub / github.com/sqldef/sqldef / View

Struct View

schema/ast.go:363–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363type View struct {
364 statement string
365 viewType string
366 securityType string
367 name QualifiedName
368 definition parser.SelectStatement // never nil
369 indexes []Index
370 columns []string
371 withData bool // true for "WITH DATA"
372 withNoData bool // true for "WITH NO DATA"
373}
374
375// TriggerEvent represents a single trigger event (INSERT, UPDATE, DELETE, or UPDATE OF columns)
376type TriggerEvent struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected