Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
package
ast
2
3
type
CreateForeignTableStmt
struct
{
4
Base *CreateStmt
5
Servername *string
6
Options *List
7
}
8
9
func
(n *CreateForeignTableStmt) Pos() int {
10
return
0
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected