Lines Matching defs:isnull
30746 int needQuote, isnull;30756 isnull = escarg==0;30757 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");30770 needQuote = !isnull && xtype==etSQLESCAPE2;