Enum sqlx_core::postgres::PgErrorPosition [−][src]
Variants
Original(usize)
Tuple Fields
0: usize
A position (in characters) into the original query.
Internal
Fields
position: usize
The position in characters.
query: &'a str
The 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 !=
.