Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HFQR/xitca-web
/ sql_state.rs
File
sql_state.rs
postgres/src/error/sql_state.rs:None–None ·
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
Callers
nothing calls this directly
Calls
1
SqlState
Class · 0.85
Tested by
no test coverage detected