Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jmoiron/sqlx
/ Columns
Method
Columns
sqlx.go:863–863 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
861
type
rowsi
interface
{
862
Close() error
863
Columns() ([]string, error)
864
Err() error
865
Next() bool
866
Scan(...
interface
{}) error
Callers
5
Columns
Method · 0.65
StructScan
Method · 0.65
SliceScan
Function · 0.65
MapScan
Function · 0.65
scanAll
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected