Home | Previous Page | Next Page   Managing Databases That Use the R-Tree Secondary Access Method > Returning the Coordinates of the Root Bounding Box >

Example

Assume the table circle_tab contains a column of data type MyCircle indexed with an R-tree index called circle_tab_index5. To return the coordinates of the root bounding box, execute the following statement:

EXECUTE FUNCTION rtreeRootBB ( 'circle_tab_index5' , 'MyCircle' );
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]