PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
char * | defnamespace |
char * | defname |
Node * | arg |
DefElemAction | defaction |
int | location |
Definition at line 729 of file parsenodes.h.
Node* DefElem::arg |
Definition at line 734 of file parsenodes.h.
Referenced by AlterDatabase(), AlterFunction(), AlterOperator(), AlterRole(), AlterTSDictionary(), AlterType(), compute_common_attribute(), compute_function_attributes(), createdb(), CreateEventTrigger(), CreateRole(), defGetBoolean(), defGetInt32(), defGetInt64(), defGetNumeric(), defGetQualifiedName(), defGetString(), defGetStringList(), defGetTypeLength(), defGetTypeName(), deflist_to_tuplestore(), ExecAlterDefaultPrivilegesStmt(), ExecAlterExtensionStmt(), ExecSetVariableStmt(), ExecuteDoStmt(), ExecVacuum(), generateSerialExtraStmts(), get_connect_string(), init_params(), interpret_func_parallel(), interpret_func_volatility(), lookup_fdw_handler_func(), lookup_fdw_validator_func(), makeDefElem(), makeDefElemExtended(), parse_basebackup_options(), parse_output_parameters(), pg_decode_startup(), ProcessCopyOptions(), sepgsql_utility_command(), serialize_deflist(), standard_ProcessUtility(), and transformRelOptions().
DefElemAction DefElem::defaction |
Definition at line 735 of file parsenodes.h.
Referenced by makeDefElem(), makeDefElemExtended(), and transformGenericOptions().
char* DefElem::defname |
Definition at line 733 of file parsenodes.h.
Referenced by AlterDatabase(), AlterFunction(), AlterOperator(), AlterRole(), AlterTableGetRelOptionsLockLevel(), AlterTSDictionary(), AlterType(), apply_server_options(), apply_table_options(), ATExecSetIdentity(), ATExecSetRelOptions(), check_selective_binary_conversion(), cluster(), compute_common_attribute(), compute_function_attributes(), createdb(), CreateEventTrigger(), CreateExtension(), CreateRole(), dblink_fdw_validator(), defGetBoolean(), defGetInt32(), defGetInt64(), defGetNumeric(), defGetQualifiedName(), defGetString(), defGetStringList(), defGetTypeLength(), defGetTypeName(), DefineAggregate(), DefineCollation(), DefineOperator(), DefineRange(), DefineTSConfiguration(), DefineTSDictionary(), DefineTSParser(), DefineTSTemplate(), DefineType(), DefineView(), deflist_to_tuplestore(), deparseAnalyzeSql(), deparseColumnRef(), deparseRelation(), dintdict_init(), dispell_init(), DropDatabase(), dsimple_init(), dsnowball_init(), dsynonym_init(), dxsyn_init(), ExecAlterDefaultPrivilegesStmt(), ExecAlterExtensionStmt(), ExecReindex(), ExecSetVariableStmt(), ExecuteDoStmt(), ExecVacuum(), ExplainQuery(), ExplainResultDesc(), ExtractConnectionOptions(), extractModify(), file_fdw_validator(), fileGetOptions(), generateSerialExtraStmts(), get_connect_string(), get_file_fdw_attribute_options(), GetCommandLogLevel(), init_params(), makeDefElem(), makeDefElemExtended(), optionListToArray(), parse_basebackup_options(), parse_func_options(), parse_output_parameters(), parse_publication_options(), parse_subscription_options(), parseCreateReplSlotOptions(), pg_decode_startup(), postgres_fdw_validator(), postgresAcquireSampleRowsFunc(), postgresImportForeignSchema(), postgresIsForeignRelUpdatable(), postgresql_fdw_validator(), ProcessCopyOptions(), prsd_headline(), sepgsql_utility_command(), serialize_deflist(), standard_ProcessUtility(), thesaurus_init(), transformAlterTableStmt(), transformGenericOptions(), transformRelOptions(), unaccent_init(), and UserMappingPasswordRequired().
char* DefElem::defnamespace |
Definition at line 732 of file parsenodes.h.
Referenced by makeDefElem(), makeDefElemExtended(), and transformRelOptions().
int DefElem::location |
Definition at line 736 of file parsenodes.h.
Referenced by AlterDatabase(), cluster(), compute_common_attribute(), compute_function_attributes(), createdb(), CreateExtension(), CreateRole(), DefineCollation(), DefineType(), DropDatabase(), ExecAlterDefaultPrivilegesStmt(), ExecAlterExtensionStmt(), ExecReindex(), ExecVacuum(), ExplainQuery(), init_params(), makeDefElem(), makeDefElemExtended(), and ProcessCopyOptions().
NodeTag DefElem::type |
Definition at line 731 of file parsenodes.h.