MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / Executer

Interface Executer

IceFireDB-SQLProxy/pkg/mysql/mysql/result.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13type Executer interface {
14 Execute(query string, args ...any) (*Result, error)
15}
16
17func (r *Result) Close() {
18 if r.Resultset != nil {

Callers

nothing calls this directly

Implementers 4

ConnIceFireDB-SQLProxy/pkg/mysql/client/co
StmtIceFireDB-SQLProxy/pkg/mysql/client/st
ConnIceFireDB-SQLite/pkg/mysql/client/conn
StmtIceFireDB-SQLite/pkg/mysql/client/stmt

Calls

no outgoing calls

Tested by

no test coverage detected