Home
last modified time | relevance | path

Searched defs:Savepoint (Results 1 – 4 of 4) 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,
234 impl Savepoint<'_> { implementation
332 impl Deref for Savepoint<'_> { implementation
341 impl Drop for Savepoint<'_> { implementation
/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/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c14687 typedef struct Savepoint Savepoint; typedef
17287 struct Savepoint { struct
17288 char *zName; /* Savepoint name (nul-terminated) */ argument
17291 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