PostgreSQL Source Code git master
Loading...
Searching...
No Matches
NextValueExpr Struct Reference

#include <primnodes.h>

Data Fields

Expr xpr
 
Oid seqid
 
Oid typeId
 

Detailed Description

Definition at line 2149 of file primnodes.h.

Field Documentation

◆ seqid

Oid NextValueExpr::seqid

Definition at line 2152 of file primnodes.h.

◆ typeId

Oid NextValueExpr::typeId

Definition at line 2153 of file primnodes.h.

◆ xpr

Expr NextValueExpr::xpr

Definition at line 2151 of file primnodes.h.


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