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

Method template

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

Source from the content-addressed store, hash-verified

404}
405
406func (sel *selector) template() *exql.Template {
407 return sel.SQL().t.Template
408}
409
410func (sel *selector) As(alias string) db.Selector {
411 return sel.frame(func(sq *selectorQuery) error {

Callers 2

AsMethod · 0.95
CompileMethod · 0.95

Calls 1

SQLMethod · 0.95

Tested by

no test coverage detected