Function parse_numeric_lsn

Source
pub(crate) fn parse_numeric_lsn(row: &[Row]) -> Result<Lsn, SqlServerError>
Expand description

Parse an Lsn in Decimal(25,0) format of the provided tiberius::Row.

Returns an error if the provided slice doesn’t have exactly one row.