Home | History | Annotate | Download | only in test

Lines Matching refs:execsql

49 #define execsql(x,y,...)        (SEL(x), (void)execsql_i64_x(x,y,__VA_ARGS__))
911 execsql(&err, &db, "BEGIN");
916 execsql(&err, &db, "COMMIT");
945 execsql(&err, &db, "PRAGMA wal_checkpoint");
1233 execsql(pErr, pDb, zInsert, &iRow, &iBlob);
1243 execsql(pErr, pDb, zUpdate, &iBlob, &iRow);
1251 execsql(pErr, pDb, "SELECT * FROM t1 WHERE a = :iRow", &iRow);
1299 execsql(&err, &db, zSql);
1310 execsql(&err, &db, zSql);
1317 execsql(&err, &db, zSql);
1324 execsql(&err, &db, zSql);
1345 execsql(&err, &db, "INSERT INTO t1 VALUES(:iX, :iY+1)", &iVal, &iVal);
1351 execsql(&err, &db, "DELETE FROM t1 WHERE x = :iX", &iVal);