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

#include <[functions.h](functions%5F8h%5Fsource.html)>

Data Fields
char * fname
int nargs
Oid * argtypes
char ** argnames
Oid collation

Detailed Description

Definition at line 25 of file functions.h.

Field Documentation

argnames

char** SQLFunctionParseInfo::argnames

Definition at line 30 of file functions.h.

Referenced by interpret_AS_clause(), prepare_sql_fn_parse_info(), and sql_fn_resolve_param_name().

argtypes

Oid* SQLFunctionParseInfo::argtypes

Definition at line 29 of file functions.h.

Referenced by interpret_AS_clause(), postquel_sub_params(), prepare_sql_fn_parse_info(), sql_compile_callback(), and sql_fn_make_param().

collation

Oid SQLFunctionParseInfo::collation

Definition at line 32 of file functions.h.

Referenced by prepare_sql_fn_parse_info(), and sql_fn_make_param().

fname

char* SQLFunctionParseInfo::fname

Definition at line 27 of file functions.h.

Referenced by interpret_AS_clause(), prepare_sql_fn_parse_info(), and sql_fn_post_column_ref().

nargs

int SQLFunctionParseInfo::nargs

Definition at line 28 of file functions.h.

Referenced by interpret_AS_clause(), prepare_sql_fn_parse_info(), sql_compile_callback(), sql_fn_param_ref(), and sql_fn_resolve_param_name().


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