Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
Clases | |
struct | inet_struct |
struct | macaddr |
'defines' | |
#define | PGSQL_AF_INET (AF_INET + 0) |
#define | PGSQL_AF_INET6 (AF_INET + 1) |
#define | DatumGetInetP(X) ((inet *) DatumGetPointer(X)) |
#define | InetPGetDatum(X) PointerGetDatum(X) |
#define | PG_GETARG_INET_P(n) DatumGetInetP(PG_GETARG_DATUM(n)) |
#define | PG_RETURN_INET_P(x) return InetPGetDatum(x) |
#define | DatumGetMacaddrP(X) ((macaddr *) DatumGetPointer(X)) |
#define | MacaddrPGetDatum(X) PointerGetDatum(X) |
#define | PG_GETARG_MACADDR_P(n) DatumGetMacaddrP(PG_GETARG_DATUM(n)) |
#define | PG_RETURN_MACADDR_P(x) return MacaddrPGetDatum(x) |
'typedefs' | |
typedef struct varlena | inet |
typedef struct macaddr | macaddr |
#define DatumGetInetP | ( | X | ) | ((inet *) DatumGetPointer(X)) |
#define DatumGetMacaddrP | ( | X | ) | ((macaddr *) DatumGetPointer(X)) |
#define InetPGetDatum | ( | X | ) | PointerGetDatum(X) |
#define MacaddrPGetDatum | ( | X | ) | PointerGetDatum(X) |
#define PG_GETARG_INET_P | ( | n | ) | DatumGetInetP(PG_GETARG_DATUM(n)) |
#define PG_GETARG_MACADDR_P | ( | n | ) | DatumGetMacaddrP(PG_GETARG_DATUM(n)) |
#define PG_RETURN_INET_P | ( | x | ) | return InetPGetDatum(x) |
#define PG_RETURN_MACADDR_P | ( | x | ) | return MacaddrPGetDatum(x) |
#define PGSQL_AF_INET (AF_INET + 0) |
#define PGSQL_AF_INET6 (AF_INET + 1) |