Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c94 static const char * const jsonType[] = { variable
1386 zType = jsonType[x.aNode[i].eType]; in jsonParseFunc()
1930 sqlite3_result_text(ctx, jsonType[pNode->eType], -1, SQLITE_STATIC); in jsonTypeFunc()
2366 sqlite3_result_text(ctx, jsonType[pThis->eType], -1, SQLITE_STATIC); in jsonEachColumn()