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

Data Fields

const charschemaname
 
Listsequences
 
Listtables
 
Listviews
 
Listindexes
 
Listtriggers
 
Listgrants
 

Detailed Description

Definition at line 102 of file parse_utilcmd.c.

Field Documentation

◆ grants

List* CreateSchemaStmtContext::grants

Definition at line 110 of file parse_utilcmd.c.

Referenced by transformCreateSchemaStmtElements().

◆ indexes

List* CreateSchemaStmtContext::indexes

Definition at line 108 of file parse_utilcmd.c.

Referenced by transformCreateSchemaStmtElements().

◆ schemaname

const char* CreateSchemaStmtContext::schemaname

Definition at line 104 of file parse_utilcmd.c.

Referenced by transformCreateSchemaStmtElements().

◆ sequences

List* CreateSchemaStmtContext::sequences

Definition at line 105 of file parse_utilcmd.c.

Referenced by transformCreateSchemaStmtElements().

◆ tables

List* CreateSchemaStmtContext::tables

Definition at line 106 of file parse_utilcmd.c.

Referenced by transformCreateSchemaStmtElements().

◆ triggers

List* CreateSchemaStmtContext::triggers

Definition at line 109 of file parse_utilcmd.c.

Referenced by transformCreateSchemaStmtElements().

◆ views

List* CreateSchemaStmtContext::views

Definition at line 107 of file parse_utilcmd.c.

Referenced by transformCreateSchemaStmtElements().


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