Lines Matching refs:tree
3 table type that allows users to create, query and manipulate r-tree[1]
5 and query r-tree structures using ordinary SQL statements.
23 All r-tree virtual tables have an odd number of columns between
24 3 and 11. Unlike regular SQLite tables, r-tree tables are strongly
30 less than or equal to the second. R-tree tables may be
40 Constructing a virtual r-tree table <name> creates the following three
48 corrupt the r-tree structure. To delete an r-tree from a database,
53 Dropping the main r-tree table automatically drops the automatically
59 stored in an r-tree table. Please note the following:
82 R-tree tables may be queried using all of the same SQL syntax supported
91 is the key advantage to using r-tree tables instead of creating
119 "The R*-tree: An Efficient and Robust Access Method for Points and