PostgreSQL Source Code  git master
ImportForeignSchemaStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * server_name
 
char * remote_schema
 
char * local_schema
 
ImportForeignSchemaType list_type
 
Listtable_list
 
Listoptions
 

Detailed Description

Definition at line 2955 of file parsenodes.h.

Field Documentation

◆ list_type

ImportForeignSchemaType ImportForeignSchemaStmt::list_type

Definition at line 2961 of file parsenodes.h.

◆ local_schema

char* ImportForeignSchemaStmt::local_schema

Definition at line 2960 of file parsenodes.h.

◆ options

List* ImportForeignSchemaStmt::options

Definition at line 2963 of file parsenodes.h.

◆ remote_schema

char* ImportForeignSchemaStmt::remote_schema

Definition at line 2959 of file parsenodes.h.

◆ server_name

char* ImportForeignSchemaStmt::server_name

Definition at line 2958 of file parsenodes.h.

◆ table_list

List* ImportForeignSchemaStmt::table_list

Definition at line 2962 of file parsenodes.h.

◆ type

NodeTag ImportForeignSchemaStmt::type

Definition at line 2957 of file parsenodes.h.


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