pub fn commit(
transaction_id: TransactionId,
database_schema: impl DatabaseSchema + 'static,
) -> IcDbmsResult<()>Expand description
Commits the transaction with the given ID.
pub fn commit(
transaction_id: TransactionId,
database_schema: impl DatabaseSchema + 'static,
) -> IcDbmsResult<()>Commits the transaction with the given ID.