Eneboo - Documentación para desarrolladores
|
#include "fmgr.h"
Ir al código fuente de este archivo.
Funciones | |
bool | scanint8 (const char *str, bool errorOK, int64 *result) |
Datum | int8in (PG_FUNCTION_ARGS) |
Datum | int8out (PG_FUNCTION_ARGS) |
Datum | int8recv (PG_FUNCTION_ARGS) |
Datum | int8send (PG_FUNCTION_ARGS) |
Datum | int8eq (PG_FUNCTION_ARGS) |
Datum | int8ne (PG_FUNCTION_ARGS) |
Datum | int8lt (PG_FUNCTION_ARGS) |
Datum | int8gt (PG_FUNCTION_ARGS) |
Datum | int8le (PG_FUNCTION_ARGS) |
Datum | int8ge (PG_FUNCTION_ARGS) |
Datum | int84eq (PG_FUNCTION_ARGS) |
Datum | int84ne (PG_FUNCTION_ARGS) |
Datum | int84lt (PG_FUNCTION_ARGS) |
Datum | int84gt (PG_FUNCTION_ARGS) |
Datum | int84le (PG_FUNCTION_ARGS) |
Datum | int84ge (PG_FUNCTION_ARGS) |
Datum | int48eq (PG_FUNCTION_ARGS) |
Datum | int48ne (PG_FUNCTION_ARGS) |
Datum | int48lt (PG_FUNCTION_ARGS) |
Datum | int48gt (PG_FUNCTION_ARGS) |
Datum | int48le (PG_FUNCTION_ARGS) |
Datum | int48ge (PG_FUNCTION_ARGS) |
Datum | int82eq (PG_FUNCTION_ARGS) |
Datum | int82ne (PG_FUNCTION_ARGS) |
Datum | int82lt (PG_FUNCTION_ARGS) |
Datum | int82gt (PG_FUNCTION_ARGS) |
Datum | int82le (PG_FUNCTION_ARGS) |
Datum | int82ge (PG_FUNCTION_ARGS) |
Datum | int28eq (PG_FUNCTION_ARGS) |
Datum | int28ne (PG_FUNCTION_ARGS) |
Datum | int28lt (PG_FUNCTION_ARGS) |
Datum | int28gt (PG_FUNCTION_ARGS) |
Datum | int28le (PG_FUNCTION_ARGS) |
Datum | int28ge (PG_FUNCTION_ARGS) |
Datum | int8um (PG_FUNCTION_ARGS) |
Datum | int8up (PG_FUNCTION_ARGS) |
Datum | int8pl (PG_FUNCTION_ARGS) |
Datum | int8mi (PG_FUNCTION_ARGS) |
Datum | int8mul (PG_FUNCTION_ARGS) |
Datum | int8div (PG_FUNCTION_ARGS) |
Datum | int8abs (PG_FUNCTION_ARGS) |
Datum | int8mod (PG_FUNCTION_ARGS) |
Datum | int8inc (PG_FUNCTION_ARGS) |
Datum | int8larger (PG_FUNCTION_ARGS) |
Datum | int8smaller (PG_FUNCTION_ARGS) |
Datum | int8and (PG_FUNCTION_ARGS) |
Datum | int8or (PG_FUNCTION_ARGS) |
Datum | int8xor (PG_FUNCTION_ARGS) |
Datum | int8not (PG_FUNCTION_ARGS) |
Datum | int8shl (PG_FUNCTION_ARGS) |
Datum | int8shr (PG_FUNCTION_ARGS) |
Datum | int84pl (PG_FUNCTION_ARGS) |
Datum | int84mi (PG_FUNCTION_ARGS) |
Datum | int84mul (PG_FUNCTION_ARGS) |
Datum | int84div (PG_FUNCTION_ARGS) |
Datum | int48pl (PG_FUNCTION_ARGS) |
Datum | int48mi (PG_FUNCTION_ARGS) |
Datum | int48mul (PG_FUNCTION_ARGS) |
Datum | int48div (PG_FUNCTION_ARGS) |
Datum | int48 (PG_FUNCTION_ARGS) |
Datum | int84 (PG_FUNCTION_ARGS) |
Datum | int28 (PG_FUNCTION_ARGS) |
Datum | int82 (PG_FUNCTION_ARGS) |
Datum | i8tod (PG_FUNCTION_ARGS) |
Datum | dtoi8 (PG_FUNCTION_ARGS) |
Datum | i8tof (PG_FUNCTION_ARGS) |
Datum | ftoi8 (PG_FUNCTION_ARGS) |
Datum | i8tooid (PG_FUNCTION_ARGS) |
Datum | oidtoi8 (PG_FUNCTION_ARGS) |
Datum | int8_text (PG_FUNCTION_ARGS) |
Datum | text_int8 (PG_FUNCTION_ARGS) |
Datum | generate_series_int8 (PG_FUNCTION_ARGS) |
Datum | generate_series_step_int8 (PG_FUNCTION_ARGS) |
Datum dtoi8 | ( | PG_FUNCTION_ARGS | ) |
Datum ftoi8 | ( | PG_FUNCTION_ARGS | ) |
Datum generate_series_int8 | ( | PG_FUNCTION_ARGS | ) |
Datum generate_series_step_int8 | ( | PG_FUNCTION_ARGS | ) |
Datum i8tod | ( | PG_FUNCTION_ARGS | ) |
Datum i8tof | ( | PG_FUNCTION_ARGS | ) |
Datum i8tooid | ( | PG_FUNCTION_ARGS | ) |
Datum int28 | ( | PG_FUNCTION_ARGS | ) |
Datum int28eq | ( | PG_FUNCTION_ARGS | ) |
Datum int28ge | ( | PG_FUNCTION_ARGS | ) |
Datum int28gt | ( | PG_FUNCTION_ARGS | ) |
Datum int28le | ( | PG_FUNCTION_ARGS | ) |
Datum int28lt | ( | PG_FUNCTION_ARGS | ) |
Datum int28ne | ( | PG_FUNCTION_ARGS | ) |
Datum int48 | ( | PG_FUNCTION_ARGS | ) |
Datum int48div | ( | PG_FUNCTION_ARGS | ) |
Datum int48eq | ( | PG_FUNCTION_ARGS | ) |
Datum int48ge | ( | PG_FUNCTION_ARGS | ) |
Datum int48gt | ( | PG_FUNCTION_ARGS | ) |
Datum int48le | ( | PG_FUNCTION_ARGS | ) |
Datum int48lt | ( | PG_FUNCTION_ARGS | ) |
Datum int48mi | ( | PG_FUNCTION_ARGS | ) |
Datum int48mul | ( | PG_FUNCTION_ARGS | ) |
Datum int48ne | ( | PG_FUNCTION_ARGS | ) |
Datum int48pl | ( | PG_FUNCTION_ARGS | ) |
Datum int82 | ( | PG_FUNCTION_ARGS | ) |
Datum int82eq | ( | PG_FUNCTION_ARGS | ) |
Datum int82ge | ( | PG_FUNCTION_ARGS | ) |
Datum int82gt | ( | PG_FUNCTION_ARGS | ) |
Datum int82le | ( | PG_FUNCTION_ARGS | ) |
Datum int82lt | ( | PG_FUNCTION_ARGS | ) |
Datum int82ne | ( | PG_FUNCTION_ARGS | ) |
Datum int84 | ( | PG_FUNCTION_ARGS | ) |
Datum int84div | ( | PG_FUNCTION_ARGS | ) |
Datum int84eq | ( | PG_FUNCTION_ARGS | ) |
Datum int84ge | ( | PG_FUNCTION_ARGS | ) |
Datum int84gt | ( | PG_FUNCTION_ARGS | ) |
Datum int84le | ( | PG_FUNCTION_ARGS | ) |
Datum int84lt | ( | PG_FUNCTION_ARGS | ) |
Datum int84mi | ( | PG_FUNCTION_ARGS | ) |
Datum int84mul | ( | PG_FUNCTION_ARGS | ) |
Datum int84ne | ( | PG_FUNCTION_ARGS | ) |
Datum int84pl | ( | PG_FUNCTION_ARGS | ) |
Datum int8_text | ( | PG_FUNCTION_ARGS | ) |
Datum int8abs | ( | PG_FUNCTION_ARGS | ) |
Datum int8and | ( | PG_FUNCTION_ARGS | ) |
Datum int8div | ( | PG_FUNCTION_ARGS | ) |
Datum int8eq | ( | PG_FUNCTION_ARGS | ) |
Datum int8ge | ( | PG_FUNCTION_ARGS | ) |
Datum int8gt | ( | PG_FUNCTION_ARGS | ) |
Datum int8in | ( | PG_FUNCTION_ARGS | ) |
Datum int8inc | ( | PG_FUNCTION_ARGS | ) |
Datum int8larger | ( | PG_FUNCTION_ARGS | ) |
Datum int8le | ( | PG_FUNCTION_ARGS | ) |
Datum int8lt | ( | PG_FUNCTION_ARGS | ) |
Datum int8mi | ( | PG_FUNCTION_ARGS | ) |
Datum int8mod | ( | PG_FUNCTION_ARGS | ) |
Datum int8mul | ( | PG_FUNCTION_ARGS | ) |
Datum int8ne | ( | PG_FUNCTION_ARGS | ) |
Datum int8not | ( | PG_FUNCTION_ARGS | ) |
Datum int8or | ( | PG_FUNCTION_ARGS | ) |
Datum int8out | ( | PG_FUNCTION_ARGS | ) |
Datum int8pl | ( | PG_FUNCTION_ARGS | ) |
Datum int8recv | ( | PG_FUNCTION_ARGS | ) |
Datum int8send | ( | PG_FUNCTION_ARGS | ) |
Datum int8shl | ( | PG_FUNCTION_ARGS | ) |
Datum int8shr | ( | PG_FUNCTION_ARGS | ) |
Datum int8smaller | ( | PG_FUNCTION_ARGS | ) |
Datum int8um | ( | PG_FUNCTION_ARGS | ) |
Datum int8up | ( | PG_FUNCTION_ARGS | ) |
Datum int8xor | ( | PG_FUNCTION_ARGS | ) |
Datum oidtoi8 | ( | PG_FUNCTION_ARGS | ) |
Datum text_int8 | ( | PG_FUNCTION_ARGS | ) |