MCPcopy Create free account
hub / github.com/bytebase/bytebase / IsolationLevel

TypeAlias IsolationLevel

backend/common/engine.go:446–446  ·  view source on GitHub ↗

IsolationLevel represents the transaction isolation level.

Source from the content-addressed store, hash-verified

444
445// IsolationLevel represents the transaction isolation level.
446type IsolationLevel string
447
448const (
449 // IsolationLevelDefault uses the database's default isolation level.

Callers 1

ParseTransactionConfigFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected