Home
last modified time | relevance | path

Searched defs:Savepoint (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/rusqlite/src/
Dtransaction.rs90 pub struct Savepoint<'conn> { struct
91 conn: &'conn Connection,
92 name: String,
93 depth: u32,
94 drop_behavior: DropBehavior,
95 committed: bool,
249 impl Savepoint<'_> { impl
361 impl Deref for Savepoint<'_> { implementation
371 impl Drop for Savepoint<'_> { implementation
Dhooks.rs180 Savepoint { enumerator
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14808 typedef struct Savepoint Savepoint; typedef
17445 struct Savepoint { struct
17446 char *zName; /* Savepoint name (nul-terminated) */ argument
17449 Savepoint *pNext; /* Parent savepoint (if any) */ argument
/external/sqlite/dist/orig/
Dsqlite3.c14659 typedef struct Savepoint Savepoint; typedef
17256 struct Savepoint { struct
17257 char *zName; /* Savepoint name (nul-terminated) */ argument
17260 Savepoint *pNext; /* Parent savepoint (if any) */ argument
/external/sqlite/dist/
Dsqlite3.c14659 typedef struct Savepoint Savepoint; typedef
17256 struct Savepoint { struct
17257 char *zName; /* Savepoint name (nul-terminated) */ argument
17260 Savepoint *pNext; /* Parent savepoint (if any) */ argument