PostgreSQL Source Code  git master
SQLValueFunction Struct Reference

#include <primnodes.h>

Public Member Functions

Oid type pg_node_attr (query_jumble_ignore)
 

Data Fields

Expr xpr
 
SQLValueFunctionOp op
 
int32 typmod
 
ParseLoc location
 

Detailed Description

Definition at line 1523 of file primnodes.h.

Member Function Documentation

◆ pg_node_attr()

Oid type SQLValueFunction::pg_node_attr ( query_jumble_ignore  )

Field Documentation

◆ location

ParseLoc SQLValueFunction::location

Definition at line 1534 of file primnodes.h.

◆ op

SQLValueFunctionOp SQLValueFunction::op

◆ typmod

int32 SQLValueFunction::typmod

◆ xpr

Expr SQLValueFunction::xpr

Definition at line 1525 of file primnodes.h.


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