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 2413 of file parsenodes.h.
ImportForeignSchemaType ImportForeignSchemaStmt::list_type |
Definition at line 2419 of file parsenodes.h.
Referenced by IsImportableForeignTable(), and postgresImportForeignSchema().
char* ImportForeignSchemaStmt::local_schema |
Definition at line 2418 of file parsenodes.h.
Referenced by ImportForeignSchema().
List* ImportForeignSchemaStmt::options |
Definition at line 2421 of file parsenodes.h.
Referenced by postgresImportForeignSchema().
char* ImportForeignSchemaStmt::remote_schema |
Definition at line 2417 of file parsenodes.h.
Referenced by postgresImportForeignSchema().
char* ImportForeignSchemaStmt::server_name |
Definition at line 2416 of file parsenodes.h.
Referenced by ImportForeignSchema().
List* ImportForeignSchemaStmt::table_list |
Definition at line 2420 of file parsenodes.h.
Referenced by IsImportableForeignTable(), and postgresImportForeignSchema().
NodeTag ImportForeignSchemaStmt::type |
Definition at line 2415 of file parsenodes.h.