Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IceFireDB/IceFireDB
/ ParamNum
Method
ParamNum
IceFireDB-SQLProxy/pkg/mysql/client/stmt.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(s *Stmt) ParamNum() int {
23
return
s.params
24
}
25
26
func
(s *Stmt) ColumnNum() int {
27
return
s.columns
Callers
1
HandleStmtPrepare
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected