Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
3
pub struct SqlState(Inner);
4
5
impl SqlState {
6
/// Creates a `SqlState` from its error code.
Callers
2
from_code
Method · 0.85
sql_state.rs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected