Schema
Owner
wetlands
Descriptions
There is no description for function contains
Options
Option | Value |
|---|---|
Returns |
boolean |
Language |
c |
Parameters |
Definition
CREATE OR REPLACE FUNCTION "public"."contains" ("public"."geometry", "public"."geometry") RETURNS boolean AS
'$libdir/liblwgeom.so.1.1', 'contains'
LANGUAGE 'c' IMMUTABLE RETURNS NULL ON NULL INPUT SECURITY INVOKER;
Pete Giencke pgiencke@glc.org |
|