Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DEvent.php109 … $attributes = [self::EVENT_NAME_ATTRIBUTE, self::EVENT_DATA_ATTRIBUTE, DatabasePageRow::ROWID];
133 …tQueryParametrized("delete from $eventTableName where rowid = ? ", [$row[DatabasePageRow::ROWID]]);
259 … $attributes = [self::EVENT_NAME_ATTRIBUTE, self::EVENT_DATA_ATTRIBUTE, DatabasePageRow::ROWID];
H A DDatabasePageRow.php37 self::ROWID,
64 const ROWID = "rowid"; define in ComboStrap\\DatabasePageRow
698 $this->row[self::ROWID] = $request
728 return $this->getFromRow(self::ROWID) !== null;
902 return $this->getFromRow(self::ROWID);
1095 $rowId = $row[self::ROWID] ?? null;
1330 $query = $this->getParametrizedLookupQuery(self::ROWID);
H A DCacheLog.php121 $attributes[] = DatabasePageRow::ROWID;
/plugin/combo/db/combo/
H A Dupdate0022.sql66 where ROWID in (select max(ROWID) from pages group by id);