Searched defs:SQLITE_DENY (Results 1 – 7 of 7) sorted by relevance
103 public static final int SQLITE_DENY = 1; /* Abort the SQL statement with an error */ field in Constants
3247 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
227 pub const SQLITE_DENY: i32 = 1; constant
204 pub const SQLITE_DENY: i32 = 1; constant