MCPcopy Create free account
hub / github.com/asg017/sqlite-loadable-rs / VTabWriteableNestedTransactions

Interface VTabWriteableNestedTransactions

src/table.rs:775–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

773}
774
775pub trait VTabWriteableNestedTransactions<'vtab>: VTabWriteable<'vtab> {
776 fn savepoint(&'vtab mut self, id: c_int) -> Result<()>;
777 fn release(&'vtab mut self, id: c_int) -> Result<()>;
778 fn rollback_to(&'vtab mut self, id: c_int) -> Result<()>;
779}
780
781pub trait VTabCursor: Sized {
782 fn filter(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected