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