PostgreSQL Source Code  git master
NextValueExpr Struct Reference

#include <primnodes.h>

Data Fields

Expr xpr
 
Oid seqid
 
Oid typeId
 

Detailed Description

Definition at line 1984 of file primnodes.h.

Field Documentation

◆ seqid

Oid NextValueExpr::seqid

◆ typeId

Oid NextValueExpr::typeId

Definition at line 1988 of file primnodes.h.

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

◆ xpr

Expr NextValueExpr::xpr

Definition at line 1986 of file primnodes.h.


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