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

/external/wpa_supplicant_8/hs20/server/www/
H A Dcert-enroll.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
23 $rowid = $row['rowid']; variable
28 if (!$db->exec("UPDATE sessions SET user='$user', type='cert' WHERE rowid=$rowid")) {
H A Dadd-free.php17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
23 $rowid = $row['rowid']; variable
39 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', machine_managed='1' WHERE rowid=$rowid")) {
H A Dadd-mo.php28 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch();
43 $rowid = $row['rowid']; variable
45 if (!$db->exec("UPDATE sessions SET user='$user', password='$pw', realm='$realm', type='password' WHERE rowid=$rowid")) {
H A Dest.php11 unset($rowid);
40 $sql = "SELECT rowid,password,operation FROM sessions " .
52 $rowid = $row['rowid']; variable
180 if (!$db->exec("UPDATE sessions SET user='$user', cert='$fingerprint', cert_pem='$cert' WHERE rowid=$rowid")) {
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/sqlite/dist/orig/
H A Dshell.c1735 zSelect = appendText(zSelect, " ORDER BY rowid DESC", 0);
1748 ** "ORDER BY rowid DESC" to the end.
1768 sqlite3_snprintf(len+100, zQ2, "%s ORDER BY rowid DESC", zQuery);
2372 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;",
2436 " WHERE %s ORDER BY rowid DESC", zWhere);
2918 " (SELECT sql sql, type type, tbl_name tbl_name, name name, rowid x"
2920 " SELECT sql, type, tbl_name, name, rowid FROM sqlite_temp_master) "
2922 "ORDER BY rowid",
2928 "SELECT rowid FROM sqlite_master"
3581 " (SELECT sql sql, type type, tbl_name tbl_name, name name, rowid
[all...]
H A Dsqlite3.c2122 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available
2126 ** is another alias for the rowid.
2128 ** ^The sqlite3_last_insert_rowid(D) interface returns the [rowid] of the
2129 ** most recent successful [INSERT] into a rowid table or [virtual table]
2132 ** ^If no successful [INSERT]s into rowid tables
2137 ** method, then this routine will return the [rowid] of the inserted
2161 ** function is running and thus changes the last insert [rowid],
2164 ** last insert [rowid].
5353 ** a rowid tabl
42559 sqlite3RowSetInsert(RowSet *p, i64 rowid) argument
70744 sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid) argument
77794 i64 rowid; local
79344 sqlite_int64 rowid; local
177438 i64 rowid = sqlite3Fts5IterRowid(pIdxIter); local
183822 i64 rowid; /* This table's current rowid value */ member in struct:Fts5VocabCursor
[all...]
/external/sqlite/dist/
H A Dshell.c1741 zSelect = appendText(zSelect, " ORDER BY rowid DESC", 0);
1754 ** "ORDER BY rowid DESC" to the end.
1774 sqlite3_snprintf(len+100, zQ2, "%s ORDER BY rowid DESC", zQuery);
2394 zQuery = sqlite3_mprintf("SELECT * FROM \"%w\" ORDER BY rowid DESC;",
2458 " WHERE %s ORDER BY rowid DESC", zWhere);
2940 " (SELECT sql sql, type type, tbl_name tbl_name, name name, rowid x"
2942 " SELECT sql, type, tbl_name, name, rowid FROM sqlite_temp_master) "
2944 "ORDER BY rowid",
2950 "SELECT rowid FROM sqlite_master"
3603 " (SELECT sql sql, type type, tbl_name tbl_name, name name, rowid
[all...]
H A Dsqlite3.c2122 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available
2126 ** is another alias for the rowid.
2128 ** ^The sqlite3_last_insert_rowid(D) interface returns the [rowid] of the
2129 ** most recent successful [INSERT] into a rowid table or [virtual table]
2132 ** ^If no successful [INSERT]s into rowid tables
2137 ** method, then this routine will return the [rowid] of the inserted
2161 ** function is running and thus changes the last insert [rowid],
2164 ** last insert [rowid].
5353 ** a rowid tabl
42577 sqlite3RowSetInsert(RowSet *p, i64 rowid) argument
70762 sqlite3VdbeIdxRowid(sqlite3 *db, BtCursor *pCur, i64 *rowid) argument
77812 i64 rowid; local
79362 sqlite_int64 rowid; local
177468 i64 rowid = sqlite3Fts5IterRowid(pIdxIter); local
183852 i64 rowid; /* This table's current rowid value */ member in struct:Fts5VocabCursor
[all...]

Completed in 1042 milliseconds