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