PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SecLabelStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
ObjectType objtype
 
Nodeobject
 
char * provider
 
char * label
 

Detailed Description

Definition at line 3358 of file parsenodes.h.

Field Documentation

◆ label

char* SecLabelStmt::label

Definition at line 3364 of file parsenodes.h.

◆ object

Node* SecLabelStmt::object

Definition at line 3362 of file parsenodes.h.

◆ objtype

ObjectType SecLabelStmt::objtype

Definition at line 3361 of file parsenodes.h.

◆ provider

char* SecLabelStmt::provider

Definition at line 3363 of file parsenodes.h.

◆ type

NodeTag SecLabelStmt::type

Definition at line 3360 of file parsenodes.h.


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