MCPcopy
hub / github.com/jmoiron/sqlx / Columns

Method Columns

sqlx.go:863–863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

861type rowsi interface {
862 Close() error
863 Columns() ([]string, error)
864 Err() error
865 Next() bool
866 Scan(...interface{}) error

Callers 5

ColumnsMethod · 0.65
StructScanMethod · 0.65
SliceScanFunction · 0.65
MapScanFunction · 0.65
scanAllFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected