Lines Matching refs:row
40 It is not possible to UPDATE or DELETE a row stored in a contentless FTS4
91 the row in the content table with a rowid value equal to the current FTS
92 docid. Or, if such a row cannot be found in the content table, a NULL
102 -- The following query returns a single row with two columns containing
106 -- term matches the row with docid=3. It then retrieves the values
107 -- of columns b and c from the row with rowid=3 in the content table
112 -- Following the UPDATE, the query still returns a single row, this
114 -- full-text index still indicates that the row with docid=3 matches
121 -- Following the DELETE below, the query returns one row containing two
123 -- a row with rowid=3 within the content table.
128 When a row is deleted from an external content FTS4 table, FTS4 needs to
129 retrieve the column values of the row being deleted from the content table.
131 that occurs within the deleted row to indicate that that row has been
132 deleted. If the content table row cannot be found, or if it contains values
135 deleted row, which can lead to seemingly nonsensical results being returned
136 by subsequent SELECT queries. The same applies when a row is updated, as
161 be fired after the new row is inserted, so as to handle the case where the