uranux_desenv [uranux.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
URX_PUBLIC._st_3ddfullywithin(geom1 geometry, geom2 geometry, double precision) | (Procedure) |
Name | URX_PUBLIC._st_3ddfullywithin(geom1 geometry, geom2 geometry, double precision) |
Comment | |
Src |
CREATE FUNCTION "URX_PUBLIC"."_st_3ddfullywithin"(geom1 geometry, geom2 geometry, "" double precision) RETURNS boolean AS $BODY$LWGEOM_dfullywithin3d$BODY$ LANGUAGE 'c' IMMUTABLESTRICT ; |