Lines Matching defs:isnull
31916 int needQuote, isnull;31926 isnull = escarg==0;31927 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");31940 needQuote = !isnull && xtype==etSQLESCAPE2;