sqliteKeywordCode
|| sqliteKeywordCode(zIdent, j)!=TK_ID;
int sqliteKeywordCode(const char*, int);
*tokenType = sqliteKeywordCode((char*)z, i);