Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
type
Executer
interface
{
14
Execute(query string, args ...any) (*Result, error)
15
}
16
17
func
(r *Result) Close() {
18
if
r.Resultset != nil {
Callers
nothing calls this directly
Implementers
4
Conn
IceFireDB-SQLProxy/pkg/mysql/client/co
Stmt
IceFireDB-SQLProxy/pkg/mysql/client/st
Conn
IceFireDB-SQLite/pkg/mysql/client/conn
Stmt
IceFireDB-SQLite/pkg/mysql/client/stmt
Calls
no outgoing calls
Tested by
no test coverage detected