MCPcopy
hub / github.com/sqldef/sqldef / CreatePartitionOf

Struct CreatePartitionOf

schema/ast.go:176–181  ·  view source on GitHub ↗

CreatePartitionOf represents a PostgreSQL CREATE TABLE ... PARTITION OF statement

Source from the content-addressed store, hash-verified

174
175// CreatePartitionOf represents a PostgreSQL CREATE TABLE ... PARTITION OF statement
176type CreatePartitionOf struct {
177 statement string
178 tableName QualifiedName
179 parentTable QualifiedName
180 boundSpec PartitionBound
181}
182
183// PartitionBound represents the partition bound specification
184type PartitionBound struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected