Hermes
 All Data Structures Files Functions Variables Macros Pages
SessionParameters.c File Reference
Include dependency graph for SessionParameters.c:

Functions

PGDLLEXPORT Datum getTemporalTolerance (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (getTemporalTolerance)
 
PGDLLEXPORT Datum setTemporalTolerance (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (setTemporalTolerance)
 
PGDLLEXPORT Datum setTemporalToleranceToSecond (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (setTemporalToleranceToSecond)
 

Variables

float8 temporalTolerance = 1
 

Function Documentation

PGDLLEXPORT Datum getTemporalTolerance ( PG_FUNCTION_ARGS  )

References seconds2interval(), and temporalTolerance.

Here is the call graph for this function:

PG_FUNCTION_INFO_V1 ( getTemporalTolerance  )
PG_FUNCTION_INFO_V1 ( setTemporalTolerance  )
PG_FUNCTION_INFO_V1 ( setTemporalToleranceToSecond  )
PGDLLEXPORT Datum setTemporalTolerance ( PG_FUNCTION_ARGS  )

References interval2seconds(), and temporalTolerance.

Here is the call graph for this function:

PGDLLEXPORT Datum setTemporalToleranceToSecond ( PG_FUNCTION_ARGS  )

References temporalTolerance.

Variable Documentation