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 2099 of file primnodes.h.

Field Documentation

◆ cursor_name

char* CurrentOfExpr::cursor_name

Definition at line 2103 of file primnodes.h.

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

◆ cursor_param

int CurrentOfExpr::cursor_param

Definition at line 2104 of file primnodes.h.

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

◆ cvarno

◆ xpr

Expr CurrentOfExpr::xpr

Definition at line 2101 of file primnodes.h.


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