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

#include <parsenodes.h>

Data Fields

NodeTag type
 
charserver_name
 
charremote_schema
 
charlocal_schema
 
ImportForeignSchemaType list_type
 
Listtable_list
 
Listoptions
 

Detailed Description

Definition at line 3137 of file parsenodes.h.

Field Documentation

◆ list_type

ImportForeignSchemaType ImportForeignSchemaStmt::list_type

Definition at line 3143 of file parsenodes.h.

◆ local_schema

char* ImportForeignSchemaStmt::local_schema

Definition at line 3142 of file parsenodes.h.

◆ options

List* ImportForeignSchemaStmt::options

Definition at line 3145 of file parsenodes.h.

◆ remote_schema

char* ImportForeignSchemaStmt::remote_schema

Definition at line 3141 of file parsenodes.h.

◆ server_name

char* ImportForeignSchemaStmt::server_name

Definition at line 3140 of file parsenodes.h.

◆ table_list

List* ImportForeignSchemaStmt::table_list

Definition at line 3144 of file parsenodes.h.

◆ type

NodeTag ImportForeignSchemaStmt::type

Definition at line 3139 of file parsenodes.h.


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