Searched defs:SQLITE_DONE (Results 1 – 16 of 16) sorted by relevance
45 public static final int SQLITE_DONE = 101; /* sqlite3_step() has finished executing */ field in Constants
34 pub const SQLITE_DONE: i32 = 101; constant
36 pub const SQLITE_DONE: i32 = 101; constant
475 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
785 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
788 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
452 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro
37 pub const SQLITE_DONE: i32 = 101; constant
1515 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ macro