MCPcopy Index your code
hub / github.com/Masterminds/structable / LoadWhere

Method LoadWhere

structable.go:217–217  ·  view source on GitHub ↗

Load by a WHERE-like clause. See Squirrel's Where(pred, args)

(interface{}, ...interface{})

Source from the content-addressed store, hash-verified

215 Load() error
216 // Load by a WHERE-like clause. See Squirrel's Where(pred, args)
217 LoadWhere(interface{}, ...interface{}) error
218}
219
220type Saver interface {

Callers 5

TestLoadWhereFunction · 0.65
TestPlainStructLoadWhereFunction · 0.65
LoadByNameMethod · 0.65
LoadGeopointMethod · 0.65

Implementers 1

DbRecorderstructable.go

Calls

no outgoing calls

Tested by 3

TestLoadWhereFunction · 0.52
TestPlainStructLoadWhereFunction · 0.52