MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / HandleStmtClose

Method HandleStmtClose

IceFireDB-SQLProxy/internal/mysql/handle.go:79–85  ·  view source on GitHub ↗
(c *server.Conn, context any)

Source from the content-addressed store, hash-verified

77}
78
79func (h *Handle) HandleStmtClose(c *server.Conn, context any) error {
80 stmt, ok := context.(*client.Stmt)
81 if !ok {
82 return errors.New("other error")
83 }
84 return stmt.Close()
85}
86
87// sq
88func (h *Handle) HandleOtherCommand(c *server.Conn, cmd byte, data []byte) error {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected