Enum postgres::error::ErrorPosition
[−]
[src]
pub enum ErrorPosition {
Normal(u32),
Internal {
position: u32,
query: String,
},
}Represents the position of an error in a query.
Variants
Normal | A position in the original query. | |||||
Internal | A position in an internally generated query. Fields
|