Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest8.c982 int bindArgOne = 0; /* True to bind apData[1] to sql var no. 1 */ in echoUpdate() local
1003 bindArgOne = (apData[1] && sqlite3_value_type(apData[1])==SQLITE_INTEGER); in echoUpdate()
1006 if( bindArgOne ){ in echoUpdate()
1039 bindArgOne = 1; in echoUpdate()
1073 if( bindArgOne ){ in echoUpdate()