Searched defs:Savepoint (Results 1 – 5 of 5) sorted by relevance
90 pub struct Savepoint<'conn> { struct91 conn: &'conn Connection,92 name: String,93 depth: u32,94 drop_behavior: DropBehavior,95 committed: bool,249 impl Savepoint<'_> { impl361 impl Deref for Savepoint<'_> { implementation371 impl Drop for Savepoint<'_> { implementation
180 Savepoint { enumerator
14808 typedef struct Savepoint Savepoint; typedef17445 struct Savepoint { struct17446 char *zName; /* Savepoint name (nul-terminated) */ argument17449 Savepoint *pNext; /* Parent savepoint (if any) */ argument
14659 typedef struct Savepoint Savepoint; typedef17256 struct Savepoint { struct17257 char *zName; /* Savepoint name (nul-terminated) */ argument17260 Savepoint *pNext; /* Parent savepoint (if any) */ argument