MCPcopy
hub / github.com/rubenv/sql-migrate / Exec

Method Exec

migrate.go:438–438  ·  view source on GitHub ↗
(query string, args ...interface{})

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls