PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | server_name |
char * | remote_schema |
char * | local_schema |
ImportForeignSchemaType | list_type |
List * | table_list |
List * | options |
Definition at line 2638 of file parsenodes.h.
ImportForeignSchemaType ImportForeignSchemaStmt::list_type |
Definition at line 2644 of file parsenodes.h.
Referenced by IsImportableForeignTable(), and postgresImportForeignSchema().
char* ImportForeignSchemaStmt::local_schema |
Definition at line 2643 of file parsenodes.h.
Referenced by ImportForeignSchema().
List* ImportForeignSchemaStmt::options |
Definition at line 2646 of file parsenodes.h.
Referenced by postgresImportForeignSchema().
char* ImportForeignSchemaStmt::remote_schema |
Definition at line 2642 of file parsenodes.h.
Referenced by postgresImportForeignSchema().
char* ImportForeignSchemaStmt::server_name |
Definition at line 2641 of file parsenodes.h.
Referenced by ImportForeignSchema().
List* ImportForeignSchemaStmt::table_list |
Definition at line 2645 of file parsenodes.h.
Referenced by IsImportableForeignTable(), and postgresImportForeignSchema().
NodeTag ImportForeignSchemaStmt::type |
Definition at line 2640 of file parsenodes.h.