Searched defs:Savepoint (Results 1 – 5 of 5) sorted by relevance
91 pub struct Savepoint<'conn> { struct92 conn: &'conn Connection,93 name: String,94 depth: u32,95 drop_behavior: DropBehavior,96 committed: bool,250 impl Savepoint<'_> { impl362 impl Deref for Savepoint<'_> { implementation372 impl Drop for Savepoint<'_> { implementation
180 Savepoint { enumerator
14650 typedef struct Savepoint Savepoint; typedef17337 struct Savepoint { struct17338 char *zName; /* Savepoint name (nul-terminated) */ argument17341 Savepoint *pNext; /* Parent savepoint (if any) */ argument
14808 typedef struct Savepoint Savepoint; typedef17445 struct Savepoint { struct17446 char *zName; /* Savepoint name (nul-terminated) */ argument17449 Savepoint *pNext; /* Parent savepoint (if any) */ argument