Hermes
 All Data Structures Files Functions Variables Macros Pages
SessionParameters.h File Reference
#include <postgres.h>
#include <fmgr.h>
Include dependency graph for SessionParameters.h:
This graph shows which files directly or indirectly include this file:

Functions

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

Variables

float8 zeroTolerance
 
int32 verbosityLevel
 
int32 currentDatasetID
 

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.

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
int32 verbosityLevel