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

Method Into

internal/sqlbuilder/insert.go:210–215  ·  view source on GitHub ↗
(table string)

Source from the content-addressed store, hash-verified

208}
209
210func (ins *inserter) Into(table string) db.Inserter {
211 return ins.frame(func(iq *inserterQuery) error {
212 iq.table = table
213 return nil
214 })
215}
216
217func (ins *inserter) Columns(columns ...string) db.Inserter {
218 return ins.frame(func(iq *inserterQuery) error {

Callers 1

InsertIntoMethod · 0.95

Calls 1

frameMethod · 0.95

Tested by

no test coverage detected