Searched defs:SQLITE_ROW (Results 1 – 7 of 7) sorted by relevance
44 public static final int SQLITE_ROW = 100; /* sqlite3_step() has another row ready */ field in Constants
474 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ macro
59 pub const SQLITE_ROW: i32 = 100; constant
36 pub const SQLITE_ROW: i32 = 100; constant