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' );