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

Method Execute

IceFireDB-SQLite/pkg/mysql/mysql/result.go:14–14  ·  view source on GitHub ↗
(query string, args ...any)

Source from the content-addressed store, hash-verified

12
13type Executer interface {
14 Execute(query string, args ...any) (*Result, error)
15}
16
17func (r *Result) Close() {

Callers 4

HandleQueryMethod · 0.65
HandleStmtExecuteMethod · 0.65
handleInboundSQLFunction · 0.65
HandleStmtExecuteMethod · 0.65

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