Home
last modified time | relevance | path

Searched refs:JT_ERROR (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h3188 #define JT_ERROR 0x80 /* unknown or unsupported join type */ macro
H A Dselect.c289 jointype |= JT_ERROR; in sqlite3JoinType()
295 (jointype & JT_ERROR)!=0 || in sqlite3JoinType()