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

Method Compile

internal/sqlbuilder/update.go:218–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216}
217
218func (upd *updater) Compile() (string, error) {
219 s, err := upd.statement()
220 if err != nil {
221 return "", err
222 }
223 return s.Compile(upd.template())
224}
225
226func (upd *updater) Prev() immutable.Immutable {
227 if upd == nil {

Callers 1

StringMethod · 0.95

Calls 2

statementMethod · 0.95
templateMethod · 0.95

Tested by

no test coverage detected