Function mentat_db::transact_terms [] [src]

pub fn transact_terms<'conn, 'a, I, W>(
    conn: &'conn Connection,
    partition_map: PartitionMap,
    schema_for_mutation: &'a Schema,
    schema: &'a Schema,
    watcher: W,
    terms: I,
    tempid_set: InternSet<TempId>
) -> Result<(TxReport, PartitionMap, Option<Schema>, W)> where
    I: IntoIterator<Item = TermWithTempIds>,
    W: TransactWatcher

Just like transact, but accepts lower-level inputs to allow bypassing the parser interface.