MCPcopy Index your code
hub / github.com/upper/db / SQL

Method SQL

internal/sqlbuilder/select.go:118–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116var _ = immutable.Immutable(&selector{})
117
118func (sel *selector) SQL() *sqlBuilder {
119 if sel.prev == nil {
120 return sel.builder
121 }
122 return sel.prev.SQL()
123}
124
125func (sel *selector) String() string {
126 s, err := sel.Compile()

Callers 12

WhereMethod · 0.95
AndMethod · 0.95
OnMethod · 0.95
templateMethod · 0.95
QueryRowMethod · 0.95
QueryRowContextMethod · 0.95
PrepareMethod · 0.95
PrepareContextMethod · 0.95
QueryMethod · 0.95
QueryContextMethod · 0.95
IteratorMethod · 0.95
IteratorContextMethod · 0.95

Calls 1

SQLMethod · 0.65

Tested by

no test coverage detected