PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NextValueExpr Struct Reference

#include <primnodes.h>

Data Fields

Expr xpr
 
Oid seqid
 
Oid typeId
 

Detailed Description

Definition at line 2114 of file primnodes.h.

Field Documentation

◆ seqid

Oid NextValueExpr::seqid

◆ typeId

Oid NextValueExpr::typeId

Definition at line 2118 of file primnodes.h.

Referenced by ATExecAddColumn(), build_column_default(), and ExecInitExprRec().

◆ xpr

Expr NextValueExpr::xpr

Definition at line 2116 of file primnodes.h.


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