Lines Matching defs:zType
13331 const char *zType = (const char*)sqlite3_column_text(pSchema, 0);
13335 if( zType==0 || zName==0 ) continue;
13336 if( zType[0]=='v' || zType[1]=='r' ){
17548 const char *zType = (const char*)sqlite3_column_text(pStmt, 2);
17551 if( iPk==-1 && iPKF==1 && !sqlite3_stricmp("integer", zType) ) iPk = i;
22591 const char *zType;
22600 zType = azArg[1];
22603 if( zType==0 ) return 0;
22633 if( cli_strcmp(zType, "table")==0 ){