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

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType objtype
 
Nodeobject
 
charprovider
 
charlabel
 

Detailed Description

Definition at line 3457 of file parsenodes.h.

Field Documentation

◆ label

char* SecLabelStmt::label

Definition at line 3463 of file parsenodes.h.

◆ object

Node* SecLabelStmt::object

Definition at line 3461 of file parsenodes.h.

◆ objtype

ObjectType SecLabelStmt::objtype

Definition at line 3460 of file parsenodes.h.

◆ provider

char* SecLabelStmt::provider

Definition at line 3462 of file parsenodes.h.

◆ type

NodeTag SecLabelStmt::type

Definition at line 3459 of file parsenodes.h.


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