#include "access/tupdesc.h"
#include "fmgr.h"
Ir al código fuente de este archivo.
Documentación de los 'defines'
#define TYPECACHE_CMP_PROC 0x0008 |
#define TYPECACHE_CMP_PROC_FINFO 0x0020 |
#define TYPECACHE_EQ_OPR 0x0001 |
#define TYPECACHE_EQ_OPR_FINFO 0x0010 |
#define TYPECACHE_GT_OPR 0x0004 |
#define TYPECACHE_LT_OPR 0x0002 |
#define TYPECACHE_TUPDESC 0x0040 |
Documentación de los 'typedefs'
Documentación de las funciones
void assign_record_type_typmod |
( |
TupleDesc |
tupDesc | ) |
|
void flush_rowtype_cache |
( |
Oid |
type_id | ) |
|
TupleDesc lookup_rowtype_tupdesc |
( |
Oid |
type_id, |
|
|
int32 |
typmod |
|
) |
| |
TupleDesc lookup_rowtype_tupdesc_noerror |
( |
Oid |
type_id, |
|
|
int32 |
typmod, |
|
|
bool |
noError |
|
) |
| |