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

Method HandleStmtClose

IceFireDB-SQLite/pkg/mysql/server/command.go:31–31  ·  view source on GitHub ↗

handle COM_STMT_CLOSE, context is the previous one set in prepare this handler has no response

(conn *Conn, context any)

Source from the content-addressed store, hash-verified

29 // handle COM_STMT_CLOSE, context is the previous one set in prepare
30 // this handler has no response
31 HandleStmtClose(conn *Conn, context any) error
32 // handle any other command that is not currently handled by the library,
33 // default implementation for this method will return an ER_UNKNOWN_ERROR
34 HandleOtherCommand(conn *Conn, cmd byte, data []byte) error

Callers 2

handleStmtCloseMethod · 0.65
handleStmtCloseMethod · 0.65

Implementers 2

HandleIceFireDB-SQLProxy/internal/mysql/hand
mysqlProxyIceFireDB-SQLite/internal/mysql/proxy.

Calls

no outgoing calls

Tested by

no test coverage detected