MCPcopy
hub / github.com/jmoiron/sqlx / Execer

Interface Execer

sqlx.go:84–86  ·  sqlx.go::Execer

Execer is an interface used by MustExec and LoadFile

Source from the content-addressed store, hash-verified

82
83// Execer is an interface used by MustExec and LoadFile
84type Execer interface {
85 Exec(query string, args ...interface{}) (sql.Result, error)
86}
87
88// Binder is an interface for something which can bind queries (Tx, DB)
89type binder interface {

Callers 8

TestNamedQueriesFunction · 0.65
ExecMethod · 0.65
LoadFileFunction · 0.65
MustExecFunction · 0.65
ExecMethod · 0.65
NamedExecFunction · 0.65
MultiExecFunction · 0.65
TestScanErrorFunction · 0.65

Implementers 2

qStmtsqlx.go
NamedStmtnamed.go

Calls

no outgoing calls

Tested by

no test coverage detected