Searched defs:azType (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | carray.c | 83 static const char *azType[] = { "int32", "int64", "double", "char*" }; variable
|
| /sqlite-3.40.0/src/ |
| H A D | vdbe.c | 1180 static const char * const azType[] = { "NOT NULL", "UNIQUE", "CHECK", in sqlite3VdbeExec() local
|
| H A D | func.c | 84 static const char *azType[] = { "integer", "real", "text", "blob", "null" }; in typeofFunc() local
|
| H A D | tclsqlite.c | 2902 const char *azType[] = {"integer", "real", "text", "blob", "any", 0}; in DbObjCmd() local
|
| H A D | build.c | 2138 static const char * const azType[] = { in createTableStmt() local
|