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

Functions

PGDLLEXPORT Datum hermesLicense (PG_FUNCTION_ARGS)
 The function returns the Hermes License . More...
 
PGDLLEXPORT Datum hermesVersionMajor (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum hermesVersionMinor (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum hermesVersionPatch (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum hermesVersionString (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum hermesVersionCodename (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum hermesVersionReleaseDate (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum hermesDataTypes (PG_FUNCTION_ARGS)
 
PGDLLEXPORT Datum hermesDataTypesAsXML (PG_FUNCTION_ARGS)
 

Function Documentation

PGDLLEXPORT Datum hermesDataTypes ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesDataTypesAsXML ( PG_FUNCTION_ARGS  )

References asprintfHermes().

Here is the call graph for this function:

PGDLLEXPORT Datum hermesLicense ( PG_FUNCTION_ARGS  )

The function returns the Hermes License .

Returns
The licence of the Hermes
PGDLLEXPORT Datum hermesVersionCodename ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionMajor ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionMinor ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionPatch ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionReleaseDate ( PG_FUNCTION_ARGS  )
PGDLLEXPORT Datum hermesVersionString ( PG_FUNCTION_ARGS  )