pub fn update_module_with_tx<'vtab, T: TransactionVTab<'vtab>>() -> &'static Module<'vtab, T>
Expand description
Create a modifiable virtual table implementation with support for transactions.
Step 2 of Creating New Virtual Table Implementations.
pub fn update_module_with_tx<'vtab, T: TransactionVTab<'vtab>>() -> &'static Module<'vtab, T>
Create a modifiable virtual table implementation with support for transactions.
Step 2 of Creating New Virtual Table Implementations.