Home
last modified time | relevance | path

Searched refs:COLTYPE_INT (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dtreeview.c110 case COLTYPE_INT: printf(" INT"); break; in sqlite3TreeViewColumnList()
H A DsqliteInt.h2117 #define COLTYPE_INT 3 macro
H A Dvdbe.c3130 case COLTYPE_INT: { in sqlite3VdbeExec()