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

Field Documentation

◆ seqid

Oid NextValueExpr::seqid

Definition at line 2137 of file primnodes.h.

◆ typeId

Oid NextValueExpr::typeId

Definition at line 2138 of file primnodes.h.

◆ xpr

Expr NextValueExpr::xpr

Definition at line 2136 of file primnodes.h.


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