Enum sqlx_core::postgres::PgErrorPosition [−][src]
Variants
Original(usize)
Tuple Fields
0: usizeA position (in characters) into the original query.
Internal
Fields
position: usizeThe position in characters.
query: &'a strThe text of a failed internally-generated command. This could be, for example, the SQL query issued by a PL/pgSQL function.
A position into the internally-generated query.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
