MCPcopy Create free account
hub / github.com/dataddo/pgq / SQLState

Method SQLState

errors.go:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14type pgError interface {
15 SQLState() string
16}
17
18// legacyPGError is an interface used by previous versions of github.com/lib/pq.

Callers 1

isErrorCodeFunction · 0.95

Implementers 1

pgErrorImplementationerrors_test.go

Calls

no outgoing calls

Tested by

no test coverage detected