PostgreSQL Source Code  git master
PLpgSQL_stmt_assign Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
int varno
 
PLpgSQL_exprexpr
 

Detailed Description

Definition at line 514 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_assign::cmd_type

Definition at line 516 of file plpgsql.h.

◆ expr

PLpgSQL_expr* PLpgSQL_stmt_assign::expr

Definition at line 520 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_assign::lineno

Definition at line 517 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_assign::stmtid

Definition at line 518 of file plpgsql.h.

◆ varno

int PLpgSQL_stmt_assign::varno

Definition at line 519 of file plpgsql.h.


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