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

Method RunWith

statement.go:40–42  ·  view source on GitHub ↗

RunWith sets the RunWith field for any child builders.

(runner BaseRunner)

Source from the content-addressed store, hash-verified

38
39// RunWith sets the RunWith field for any child builders.
40func (b StatementBuilderType) RunWith(runner BaseRunner) StatementBuilderType {
41 return setRunWith(b, runner).(StatementBuilderType)
42}
43
44// Where adds WHERE expressions to the query.
45//

Callers

nothing calls this directly

Calls 1

setRunWithFunction · 0.85

Tested by

no test coverage detected