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

Method ReadOKPacket

IceFireDB-SQLite/pkg/mysql/client/conn.go:308–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

306}
307
308func (c *Conn) ReadOKPacket() (*Result, error) {
309 return c.readOK()
310}
311
312func (c *Conn) exec(query string) (*Result, error) {
313 if err := c.writeCommandStr(COM_QUERY, query); err != nil {

Callers

nothing calls this directly

Calls 1

readOKMethod · 0.95

Tested by

no test coverage detected