MCPcopy 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
22func (s *Stmt) ParamNum() int {
23 return s.params
24}
25
26func (s *Stmt) ColumnNum() int {
27 return s.columns

Callers 1

HandleStmtPrepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected