Home
last modified time | relevance | path

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

/external/rust/crates/rusqlite/src/
Dtransaction.rs91 pub struct Savepoint<'conn> { struct
92 conn: &'conn Connection,
93 name: String,
94 depth: u32,
95 drop_behavior: DropBehavior,
96 committed: bool,
250 impl Savepoint<'_> { impl
362 impl Deref for Savepoint<'_> { implementation
372 impl Drop for Savepoint<'_> { implementation
Dhooks.rs180 Savepoint { enumerator
/external/sqlite/dist/orig/
Dsqlite3.c14650 typedef struct Savepoint Savepoint; typedef
17337 struct Savepoint { struct
17338 char *zName; /* Savepoint name (nul-terminated) */ argument
17341 Savepoint *pNext; /* Parent savepoint (if any) */ argument
/external/sqlite/dist/
Dsqlite3.c14650 typedef struct Savepoint Savepoint; typedef
17337 struct Savepoint { struct
17338 char *zName; /* Savepoint name (nul-terminated) */ argument
17341 Savepoint *pNext; /* Parent savepoint (if any) */ argument
/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