Function mentat_db::debug::datoms_after
[−]
[src]
pub fn datoms_after<S: Borrow<Schema>>(
conn: &Connection,
schema: &S,
tx: i64
) -> Result<Datoms>
Return the set of datoms in the store with transaction ID strictly greater than the given tx
,
ordered by (e, a, v, tx).
The datom set returned does not include any datoms of the form [... :db/txInstant ...].