Hermes
|
#include <postgres.h>
#include <fmgr.h>
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 |
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.
int32 currentDatasetID |
Referenced by getCurrentDatasetID(), and setCurrentDatasetID().
int32 verbosityLevel |
Referenced by getVerbosityLevel(), isVerbose(), setVerbosityLevel(), and toggleVerbose().
float8 zeroTolerance |