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

Functions

PGDLLEXPORT Datum getZeroTolerance (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (getZeroTolerance)
 
PGDLLEXPORT Datum setZeroTolerance (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (setZeroTolerance)
 
PGDLLEXPORT Datum setDefaultZeroTolerance (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (setDefaultZeroTolerance)
 
PGDLLEXPORT Datum isVerbose (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (isVerbose)
 
PGDLLEXPORT Datum toggleVerbose (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (toggleVerbose)
 
PGDLLEXPORT Datum getVerbosityLevel (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (getVerbosityLevel)
 
PGDLLEXPORT Datum setVerbosityLevel (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (setVerbosityLevel)
 
PGDLLEXPORT Datum getCurrentDatasetID (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (getCurrentDatasetID)
 
PGDLLEXPORT Datum setCurrentDatasetID (PG_FUNCTION_ARGS)
 
 PG_FUNCTION_INFO_V1 (setCurrentDatasetID)
 

Variables

float8 zeroTolerance = 0.000001
 
int32 verbosityLevel = 0
 
int32 currentDatasetID = 0
 

Function Documentation

PGDLLEXPORT Datum getCurrentDatasetID ( PG_FUNCTION_ARGS  )

References currentDatasetID.

PGDLLEXPORT Datum getVerbosityLevel ( PG_FUNCTION_ARGS  )

References verbosityLevel.

PGDLLEXPORT Datum getZeroTolerance ( PG_FUNCTION_ARGS  )

References zeroTolerance.

PGDLLEXPORT Datum isVerbose ( PG_FUNCTION_ARGS  )

References verbosityLevel.

PG_FUNCTION_INFO_V1 ( getZeroTolerance  )
PG_FUNCTION_INFO_V1 ( setZeroTolerance  )
PG_FUNCTION_INFO_V1 ( setDefaultZeroTolerance  )
PG_FUNCTION_INFO_V1 ( isVerbose  )
PG_FUNCTION_INFO_V1 ( toggleVerbose  )
PG_FUNCTION_INFO_V1 ( getVerbosityLevel  )
PG_FUNCTION_INFO_V1 ( setVerbosityLevel  )
PG_FUNCTION_INFO_V1 ( getCurrentDatasetID  )
PG_FUNCTION_INFO_V1 ( setCurrentDatasetID  )
PGDLLEXPORT Datum setCurrentDatasetID ( PG_FUNCTION_ARGS  )

References currentDatasetID.

PGDLLEXPORT Datum setDefaultZeroTolerance ( PG_FUNCTION_ARGS  )

References zeroTolerance.

PGDLLEXPORT Datum setVerbosityLevel ( PG_FUNCTION_ARGS  )

References verbosityLevel.

PGDLLEXPORT Datum setZeroTolerance ( PG_FUNCTION_ARGS  )

References zeroTolerance.

PGDLLEXPORT Datum toggleVerbose ( PG_FUNCTION_ARGS  )

References verbosityLevel.

Variable Documentation

int32 currentDatasetID = 0
int32 verbosityLevel = 0