MCPcopy Create free account
hub / github.com/upper/db / template

Method template

internal/sqlbuilder/insert.go:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func (ins *inserter) template() *exql.Template {
112 return ins.SQL().t.Template
113}
114
115func (ins *inserter) String() string {
116 s, err := ins.Compile()

Callers 1

CompileMethod · 0.95

Calls 1

SQLMethod · 0.95

Tested by

no test coverage detected