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