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