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

Method IsAutoCommit

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

Source from the content-addressed store, hash-verified

281}
282
283func (c *Conn) IsAutoCommit() bool {
284 return c.status&SERVER_STATUS_AUTOCOMMIT > 0
285}
286
287func (c *Conn) IsInTransaction() bool {
288 return c.status&SERVER_STATUS_IN_TRANS > 0

Callers 2

SetAutoCommitMethod · 0.95
CloseConnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected