MCPcopy Create free account
hub / github.com/dolthub/doltgresql / TargetSchema

Method TargetSchema

server/node/create_table.go:110–112  ·  view source on GitHub ↗

TargetSchema implements the interface sql.SchemaTarget.

()

Source from the content-addressed store, hash-verified

108
109// TargetSchema implements the interface sql.SchemaTarget.
110func (c *CreateTable) TargetSchema() sql.Schema {
111 return c.gmsCreateTable.TargetSchema()
112}
113
114// WithChildren implements the interface sql.ExecBuilderNode.
115func (c *CreateTable) WithChildren(ctx *sql.Context, children ...sql.Node) (sql.Node, error) {

Callers 5

ResolveTypeForNodesFunction · 0.80
resolveAlterColumnFunction · 0.80
BeforeTableModifyColumnFunction · 0.80
AfterTableDropColumnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected