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 3351 of file parsenodes.h.

Field Documentation

◆ label

char* SecLabelStmt::label

Definition at line 3357 of file parsenodes.h.

◆ object

Node* SecLabelStmt::object

Definition at line 3355 of file parsenodes.h.

◆ objtype

ObjectType SecLabelStmt::objtype

Definition at line 3354 of file parsenodes.h.

◆ provider

char* SecLabelStmt::provider

Definition at line 3356 of file parsenodes.h.

◆ type

NodeTag SecLabelStmt::type

Definition at line 3353 of file parsenodes.h.


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