|
PostgreSQL Source Code git master
|
#include <parsenodes.h>
Data Fields | |
| NodeTag | type |
| char * | defnamespace |
| char * | defname |
| Node * | arg |
| DefElemAction | defaction |
| ParseLoc | location |
Definition at line 840 of file parsenodes.h.
| Node* DefElem::arg |
Definition at line 845 of file parsenodes.h.
Referenced by CreateEventTrigger(), defGetBoolean(), defGetCopyHeaderOption(), defGetCopyRejectLimitOption(), defGetGeneratedColsOption(), defGetInt32(), defGetInt64(), defGetNumeric(), defGetObjectId(), defGetQualifiedName(), defGetStreamingMode(), defGetString(), defGetStringList(), defGetTypeLength(), defGetTypeName(), ExecSetVariableStmt(), ExecVacuum(), get_connect_string(), lookup_fdw_handler_func(), makeDefElem(), makeDefElemExtended(), ParseExplainOptionList(), pg_decode_startup(), pg_options_to_table(), standard_ProcessUtility(), and transformRelOptions().
| DefElemAction DefElem::defaction |
Definition at line 847 of file parsenodes.h.
Referenced by makeDefElem(), and makeDefElemExtended().
| char* DefElem::defname |
Definition at line 844 of file parsenodes.h.
Referenced by AlterTableGetRelOptionsLockLevel(), apply_server_options(), apply_table_options(), ApplyExtensionExplainOption(), check_selective_binary_conversion(), cluster(), CreateEventTrigger(), dblink_fdw_validator(), defGetBoolean(), defGetCopyHeaderOption(), defGetCopyRejectLimitOption(), defGetGeneratedColsOption(), defGetInt32(), defGetInt64(), defGetNumeric(), defGetObjectId(), defGetQualifiedName(), defGetStreamingMode(), defGetString(), defGetStringList(), defGetTypeLength(), defGetTypeName(), deparseAnalyzeSql(), deparseColumnRef(), deparseRelation(), DropDatabase(), ExecReindex(), ExecSetVariableStmt(), ExecVacuum(), ExplainResultDesc(), ExtractConnectionOptions(), file_fdw_validator(), fileGetOptions(), get_batch_size_option(), get_connect_string(), get_file_fdw_attribute_options(), GetCommandLogLevel(), GrantRole(), make_new_connection(), makeDefElem(), makeDefElemExtended(), optionListToArray(), parse_func_options(), ParseExplainOptionList(), pg_decode_startup(), pg_options_to_table(), postgres_fdw_validator(), postgresAcquireSampleRowsFunc(), postgresImportForeignSchema(), postgresIsForeignRelUpdatable(), postgresql_fdw_validator(), standard_ProcessUtility(), transformAlterTableStmt(), transformExplainStmt(), transformGenericOptions(), transformRelOptions(), UserMappingPasswordRequired(), UseScramPassthrough(), and UseScramPassthrough().
| char* DefElem::defnamespace |
Definition at line 843 of file parsenodes.h.
Referenced by makeDefElem(), makeDefElemExtended(), and transformRelOptions().
| ParseLoc DefElem::location |
Definition at line 848 of file parsenodes.h.
Referenced by cluster(), defGetCopyLogVerbosityChoice(), defGetCopyOnErrorChoice(), DropDatabase(), ExecReindex(), ExecVacuum(), GrantRole(), makeDefElem(), makeDefElemExtended(), and ParseExplainOptionList().
| NodeTag DefElem::type |
Definition at line 842 of file parsenodes.h.