MCPcopy Index your code
hub / github.com/rubenv/sql-migrate / Insert

Method Insert

migrate.go:439–439  ·  view source on GitHub ↗
(list ...interface{})

Source from the content-addressed store, hash-verified

437type SqlExecutor interface {
438 Exec(query string, args ...interface{}) (sql.Result, error)
439 Insert(list ...interface{}) error
440 Delete(list ...interface{}) (int64, error)
441}
442

Callers 2

applyMigrationsMethod · 0.95
SkipMaxFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected