MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Export

Struct Export

pkg/sql/sem/tree/export.go:14–19  ·  view source on GitHub ↗

Export represents a EXPORT statement.

Source from the content-addressed store, hash-verified

12
13// Export represents a EXPORT statement.
14type Export struct {
15 Query *Select
16 FileFormat string
17 File Expr
18 Options KVOptions
19}
20
21var _ Statement = &Export{}
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected