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

Method SliceScan

sqlx.go:588–590  ·  view source on GitHub ↗

SliceScan using this Rows.

()

Source from the content-addressed store, hash-verified

586
587// SliceScan using this Rows.
588func (r *Rows) SliceScan() ([]interface{}, error) {
589 return SliceScan(r)
590}
591
592// MapScan using this Rows.
593func (r *Rows) MapScan(dest map[string]interface{}) error {

Callers

nothing calls this directly

Calls 1

SliceScanFunction · 0.85

Tested by

no test coverage detected