MCPcopy Create free account
hub / github.com/HFQR/xitca-web / SqlState

Class SqlState

postgres/src/error/sql_state.rs:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/// A SQLSTATE error code
2#[derive(PartialEq, Eq, Clone, Debug)]
3pub struct SqlState(Inner);
4
5impl SqlState {
6 /// Creates a `SqlState` from its error code.

Callers 2

from_codeMethod · 0.85
sql_state.rsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected