Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ Stmt
Struct
Stmt
IceFireDB-SQLProxy/pkg/mysql/client/stmt.go:13–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
)
12
13
type
Stmt
struct
{
14
conn *Conn
15
id uint32
16
17
params int
18
columns int
19
warnings int
20
}
21
22
func
(s *Stmt) ParamNum() int {
23
return
s.params
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected