Home
last modified time | relevance | path

Searched defs:zType (Results 1 – 2 of 2) sorted by relevance

/minix3/external/public-domain/sqlite/dist/
H A Dshell.c1411 const char *zType; in dump_callback() local
H A Dsqlite3.c10597 char *zType; /* Data type for this column */ member
11923 const char *zType; /* Type of the container - used for error messages */ member
22702 static void logBadConnection(const char *zType){ in logBadConnection()