Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DEvent.php109 $attributes = [self::EVENT_NAME_ATTRIBUTE, self::EVENT_DATA_ATTRIBUTE, DatabasePageRow::ROWID];
133 ->setQueryParametrized("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
605 $updateStatement = "update PAGES SET " . implode(", ", $columnClauses) . " where ROWID = ?";
692 $this->row[self::ROWID] = $request
722 return $this->getFromRow(self::ROWID) !== null;
896 return $this->getFromRow(self::ROWID);
1089 $rowId = $row[self::ROWID] ?? null;
1324 $query = $this->getParametrizedLookupQuery(self::ROWID);
H A DCacheLog.php121 $attributes[] = DatabasePageRow::ROWID;