PostgreSQL Source Code  git master
CurrentOfExpr Struct Reference

#include <primnodes.h>

Data Fields

Expr xpr
 
Index cvarno
 
char * cursor_name
 
int cursor_param
 

Detailed Description

Definition at line 2066 of file primnodes.h.

Field Documentation

◆ cursor_name

char* CurrentOfExpr::cursor_name

Definition at line 2070 of file primnodes.h.

Referenced by execCurrentOf(), get_rule_expr(), and transformCurrentOfExpr().

◆ cursor_param

int CurrentOfExpr::cursor_param

Definition at line 2071 of file primnodes.h.

Referenced by execCurrentOf(), get_rule_expr(), and transformCurrentOfExpr().

◆ cvarno

◆ xpr

Expr CurrentOfExpr::xpr

Definition at line 2068 of file primnodes.h.


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