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

Method SQLState

errors_test.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (p *pgErrorImplementation) SQLState() string {
36 return p.sqlState
37}
38
39var (
40 _ legacyPGError = (*legacyPGErrorImplementation)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected