Searched refs:isnull (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c19896 int i, j, k, n, isnull; local
19901 isnull = escarg==0;
19902 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)");
19907 needQuote = !isnull && xtype==etSQLESCAPE2;
[all...]

Completed in 397 milliseconds