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

Struct TableName

internal/sql/ast/table_name.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "github.com/sqlc-dev/sqlc/internal/sql/format"
4
5type TableName struct {
6 Catalog string
7 Schema string
8 Name string
9}
10
11func (n *TableName) Pos() int {
12 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected