Home
last modified time | relevance | path

Searched refs:COLTYPE_INTEGER (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dtreeview.c111 case COLTYPE_INTEGER: printf(" INTEGER"); break; in sqlite3TreeViewColumnList()
H A DsqliteInt.h2118 #define COLTYPE_INTEGER 4 macro
H A Dbuild.c1876 && pCol->eCType==COLTYPE_INTEGER in sqlite3AddPrimaryKey()
H A Dvdbe.c3129 case COLTYPE_INTEGER: in sqlite3VdbeExec()