Home
last modified time | relevance | path

Searched refs:etSQLESCAPE2 (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c29 #define etSQLESCAPE2 10 /* Strings with '\'' doubled and enclosed in '', macro
78 { 'Q', 0, 4, etSQLESCAPE2, 0, 0 },
804 case etSQLESCAPE2: /* %Q: Escape ' and enclose in '...' */ in sqlite3_str_vappendf()
818 if( isnull ) escarg = (xtype==etSQLESCAPE2 ? "NULL" : "(NULL)"); in sqlite3_str_vappendf()
831 needQuote = !isnull && xtype==etSQLESCAPE2; in sqlite3_str_vappendf()