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

Method Columns

internal/sql/info/info.go:47–49  ·  view source on GitHub ↗

SELECT * FROM information_schema.columns;

()

Source from the content-addressed store, hash-verified

45
46// SELECT * FROM information_schema.columns;
47func (i *InformationSchema) Columns() []Column {
48 return []Column{}
49}
50
51type Schema struct {
52 Catalog string

Callers 1

GetColumnNamesMethod · 0.80

Calls

no outgoing calls

Tested by 1

GetColumnNamesMethod · 0.64