Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PLpgSQL_type Struct Reference

#include <plpgsql.h>

Data Fields

char * typname
Oid typoid
int ttype
int16 typlen
bool typbyval
Oid typrelid
Oid typioparam
Oid collation
FmgrInfo typinput
int32 atttypmod

Detailed Description

Definition at line 163 of file plpgsql.h.


Field Documentation

Definition at line 172 of file plpgsql.h.

Referenced by build_datatype(), and exec_get_datum_type_info().

Definition at line 167 of file plpgsql.h.

Referenced by build_datatype(), do_compile(), and plpgsql_build_variable().

Definition at line 169 of file plpgsql.h.

Referenced by build_datatype(), and exec_assign_value().

Definition at line 173 of file plpgsql.h.

Referenced by build_datatype(), exec_assign_value(), exec_stmt_block(), and exec_stmt_fori().

Definition at line 171 of file plpgsql.h.

Referenced by build_datatype(), exec_assign_value(), and exec_stmt_fori().

Definition at line 168 of file plpgsql.h.

Referenced by build_datatype(), and exec_assign_value().

Definition at line 165 of file plpgsql.h.

Referenced by build_datatype(), and plpgsql_dumptree().

Definition at line 170 of file plpgsql.h.

Referenced by build_datatype(), and plpgsql_build_variable().


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