MCPcopy
hub / github.com/sqlc-dev/sqlc / CreateForeignTableStmt

Struct CreateForeignTableStmt

internal/sql/ast/create_foreign_table_stmt.go:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type CreateForeignTableStmt struct {
4 Base *CreateStmt
5 Servername *string
6 Options *List
7}
8
9func (n *CreateForeignTableStmt) Pos() int {
10 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected