Name

geo_insert — Inserts a geometry from an R tree index.

Synopsis

geo_insert ( in tb any ,
in geo any ,
in id int );

Description

Inserts a geometry from an R tree index. The tb must be a fully qualified name of an R tree table. This function is typically used from triggers on a geometry column. The function is transactional and makes a transaction log record of the action.

Parameters

tb

A fully qualified name of an R tree table.

geo

A geometry.

id

Geometry id.

Return Types

Returns int.

Examples

Example24.148.Simple example