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

Interface Ext

sqlx.go:97–101  ·  sqlx.go::Ext

Ext is a union interface which can bind, query, and exec, used by NamedQuery and NamedExec.

Source from the content-addressed store, hash-verified

95// Ext is a union interface which can bind, query, and exec, used by
96// NamedQuery and NamedExec.
97type Ext interface {
98 binder
99 Queryer
100 Execer
101}
102
103// Preparer is an interface used by Preparex.
104type Preparer interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected