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

Method Close

IceFireDB-SQLite/pkg/mysql/client/stmt.go:42–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (s *Stmt) Close() error {
43 if err := s.conn.writeCommandUint32(COM_STMT_CLOSE, s.id); err != nil {
44 return errors.Trace(err)
45 }
46
47 return nil
48}
49
50func (s *Stmt) write(args ...any) error {
51 paramsNum := s.params

Callers

nothing calls this directly

Calls 1

writeCommandUint32Method · 0.45

Tested by

no test coverage detected