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