HomeSort by relevance Sort by last modified time
    Searched full:_rowid (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree_util.tcl 91 # Check that the _rowid and _parent tables have the right
95 set nRowid [$db one "SELECT count(*) FROM ${zTab}_rowid"]
102 error "Wrong number of entries in ${zTab}_rowid"
141 set mapping_table "${zTab}_rowid"
README 44 <name>_rowid
rtree.c 27 ** CREATE TABLE %_rowid(rowid INTEGER PRIMARY KEY, nodeno INTEGER)
32 ** And for each row of data in the table, there is an entry in the %_rowid
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 124 _rowid = '._ROWID_.' # this+rowid+this key contains a unique entry for each variable
139 return table + _rowid + rowid + _rowid
142 return table + _rowid
151 s.find(_rowid) >= 0):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbtables.py 124 _rowid = '._ROWID_.' # this+rowid+this key contains a unique entry for each variable
139 return table + _rowid + rowid + _rowid
142 return table + _rowid
151 s.find(_rowid) >= 0):

Completed in 92 milliseconds