Searched defs:SQLITE_DENY (Results 1 – 12 of 12) sorted by relevance
103 public static final int SQLITE_DENY = 1; /* Abort the SQL statement with an error */ field in Constants
107 pub const SQLITE_DENY: i32 = 1; constant
114 pub const SQLITE_DENY: i32 = 1; constant
139 pub const SQLITE_DENY: i32 = 1; constant
167 pub const SQLITE_DENY: i32 = 1; constant
3062 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
253 pub const SQLITE_DENY: i32 = 1; constant
4125 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
3128 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro
3434 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */ macro