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

Method Begin

IceFireDB-SQLProxy/pkg/mysql/client/conn.go:208–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206}
207
208func (c *Conn) Begin() error {
209 _, err := c.exec("BEGIN")
210 return errors.Trace(err)
211}
212
213func (c *Conn) Commit() error {
214 _, err := c.exec("COMMIT")

Callers

nothing calls this directly

Calls 1

execMethod · 0.95

Tested by

no test coverage detected