PostgreSQL Source Code: SQLFunctionHashEntry Struct Reference (original) (raw)

Data Fields
CachedFunction cfunc
char * fname
char * src
SQLFunctionParseInfoPtr pinfo
int16 * argtyplen
Oid rettype
int16 typlen
bool typbyval
bool returnsSet
bool returnsTuple
bool readonly_func
char prokind
TupleDesc rettupdesc
List * source_list
int num_queries
bool raw_source
List * plansource_list
MemoryContext pcontext
MemoryContext hcontext

Definition at line 112 of file functions.c.

argtyplen

int16* SQLFunctionHashEntry::argtyplen

cfunc

fname

char* SQLFunctionHashEntry::fname

hcontext

num_queries

int SQLFunctionHashEntry::num_queries

pcontext

pinfo

plansource_list

List* SQLFunctionHashEntry::plansource_list

prokind

char SQLFunctionHashEntry::prokind

raw_source

bool SQLFunctionHashEntry::raw_source

readonly_func

bool SQLFunctionHashEntry::readonly_func

rettupdesc

rettype

Oid SQLFunctionHashEntry::rettype

returnsSet

bool SQLFunctionHashEntry::returnsSet

returnsTuple

bool SQLFunctionHashEntry::returnsTuple

source_list

List* SQLFunctionHashEntry::source_list

src

char* SQLFunctionHashEntry::src

typbyval

bool SQLFunctionHashEntry::typbyval

typlen

int16 SQLFunctionHashEntry::typlen


The documentation for this struct was generated from the following file: