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

Method InsertInto

internal/sqlbuilder/builder.go:216–221  ·  view source on GitHub ↗
(table string)

Source from the content-addressed store, hash-verified

214}
215
216func (b *sqlBuilder) InsertInto(table string) db.Inserter {
217 qi := &inserter{
218 builder: b,
219 }
220 return qi.Into(table)
221}
222
223func (b *sqlBuilder) DeleteFrom(table string) db.Deleter {
224 qd := &deleter{

Callers 1

TestInsertFunction · 0.95

Calls 1

IntoMethod · 0.95

Tested by 1

TestInsertFunction · 0.76