Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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;
47
func
(i *InformationSchema) Columns() []Column {
48
return
[]Column{}
49
}
50
51
type
Schema
struct
{
52
Catalog string
Callers
1
GetColumnNames
Method · 0.80
Calls
no outgoing calls
Tested by
1
GetColumnNames
Method · 0.64