MCPcopy Index your code
hub / github.com/Masterminds/squirrel / Scan

Method Scan

insert.go:207–209  ·  view source on GitHub ↗

Scan is a shortcut for QueryRow().Scan.

(dest ...interface{})

Source from the content-addressed store, hash-verified

205
206// Scan is a shortcut for QueryRow().Scan.
207func (b InsertBuilder) Scan(dest ...interface{}) error {
208 return b.QueryRow().Scan(dest...)
209}
210
211// SQL methods
212

Callers

nothing calls this directly

Calls 2

QueryRowMethod · 0.95
ScanMethod · 0.65

Tested by

no test coverage detected