MCPcopy 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
26func (s *Stmt) ColumnNum() int {
27 return s.columns
28}
29
30func (s *Stmt) WarningsNum() int {
31 return s.warnings

Callers 1

HandleStmtPrepareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected