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

Field Documentation

◆ list_type

ImportForeignSchemaType ImportForeignSchemaStmt::list_type

Definition at line 3044 of file parsenodes.h.

◆ local_schema

char* ImportForeignSchemaStmt::local_schema

Definition at line 3043 of file parsenodes.h.

◆ options

List* ImportForeignSchemaStmt::options

Definition at line 3046 of file parsenodes.h.

◆ remote_schema

char* ImportForeignSchemaStmt::remote_schema

Definition at line 3042 of file parsenodes.h.

◆ server_name

char* ImportForeignSchemaStmt::server_name

Definition at line 3041 of file parsenodes.h.

◆ table_list

List* ImportForeignSchemaStmt::table_list

Definition at line 3045 of file parsenodes.h.

◆ type

NodeTag ImportForeignSchemaStmt::type

Definition at line 3040 of file parsenodes.h.


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