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

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

Data Fields
NodeTag type
Oid funcid
List * args
int paramid

Detailed Description

Definition at line 384 of file supportnodes.h.

Field Documentation

args

List* SupportRequestModifyInPlace::args

Definition at line 389 of file supportnodes.h.

Referenced by array_append_support(), array_prepend_support(), array_subscript_handler_support(), and exec_check_rw_parameter().

funcid

Oid SupportRequestModifyInPlace::funcid

Definition at line 388 of file supportnodes.h.

Referenced by exec_check_rw_parameter().

paramid

int SupportRequestModifyInPlace::paramid

Definition at line 390 of file supportnodes.h.

Referenced by array_append_support(), array_prepend_support(), array_subscript_handler_support(), and exec_check_rw_parameter().

type

NodeTag SupportRequestModifyInPlace::type

Definition at line 386 of file supportnodes.h.

Referenced by exec_check_rw_parameter().


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