pggeodb.nancy.inra.fr/db_robot - db_robot on pggeodb.nancy.inra.fr
Previous topic Chapter index Next topic

Function: _st_dwithinuncached

 

 

Schema

public

 

Owner

albenard

 

Descriptions

There is no description for function _st_dwithinuncached

 

Options

Option

Value

Returns

boolean

Language

sql

Parameters

public.geography

public.geography

double precision

 

Definition

CREATE OR REPLACE FUNCTION public._st_dwithinuncached (
 public.geography,
 public.geography,
 double precision
)
RETURNS boolean AS
$span$
SELECT
$1 OPERATOR(public.&&) public._ST_Expand($2,$3) AND $2 OPERATOR(public.&&) public._ST_Expand($1,$3) AND public._ST_DWithinUnCached($1, $2, $3, true)
$span$
LANGUAGE
'sql'
IMMUTABLE
CALLED ON NULL INPUT
SECURITY INVOKER
COST
100;

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com) at 26/02/2014 11:51
Previous topic Chapter index Next topic