MCPcopy Create free account

hub / github.com/pgadmin-org/pgadmin4 / functions

Functions9,964 in github.com/pgadmin-org/pgadmin4

↓ 2 callersMethodget_collation_nodes
This functions returns the collation nodes :return: collation nodes
web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_get_nodes.py:39
↓ 2 callersMethodget_collation_sql
This functions returns the collation sql :return: collation sql
web/pgadmin/browser/server_groups/servers/databases/schemas/collations/tests/test_collation_sql.py:47
↓ 2 callersMethodget_collations
This function returns collations :return: collations
web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_get_collations.py:50
↓ 2 callersMethodget_collations
This function returns the domain collation details :return: domain collation details
web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_get_collations.py:44
↓ 2 callersFunctionget_column_details
This functional will fetch list of column for trigger. :param conn: :param tid: :param clist: :param template_path: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/compound_triggers/utils.py:65
↓ 2 callersFunctionget_column_details
This functional will fetch list of column for index. :param conn: Connection Object :param idx: Index ID :param data: Data :para
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/utils.py:92
↓ 2 callersFunctionget_columns_types
(is_query_tool, columns_info, table_oid, conn, has_oids, table_name=None, table_nspname=
web/pgadmin/tools/sqleditor/utils/get_column_types.py:19
↓ 2 callersFunctionget_cte_from_token
(tok, pos0)
web/pgadmin/utils/sqlautocomplete/parseutils/ctes.py:94
↓ 2 callersFunctionget_data
(sid, did, node_id, node_type, server_data, return_emtpy_schema=False)
web/pgadmin/tools/grant_wizard/__init__.py:270
↓ 2 callersFunctionget_data
Get preferences data. :return: Preferences list :rtype: list
web/pgadmin/preferences/__init__.py:209
↓ 2 callersMethodget_database
(self)
web/pgadmin/tools/sqleditor/tests/test_new_connection_database.py:64
↓ 2 callersFunctionget_db_restriction
This function is used to return the database restriction based on restriction type.
web/pgadmin/browser/server_groups/servers/utils.py:725
↓ 2 callersMethodget_dependencies
This function is used to fetch the dependencies for the selected node. Args: conn: Connection object object_
web/pgadmin/browser/utils.py:464
↓ 2 callersMethodget_dependency
(self)
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_get_dependencies.py:55
↓ 2 callersFunctionget_dialog_type
This function return dialog type :param file_type: :return: dialog type.
web/pgadmin/settings/utils.py:16
↓ 2 callersFunctionget_directory_and_file_name
Returns directory name if specified and file name :param drivefilepath: file path like '<shared_drive_name>:/filename' or '/filename'
web/pgadmin/utils/__init__.py:215
↓ 2 callersMethodget_domain_constraint_list
This functions returns the domain constraint list :return: domain constraint list
web/pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/tests/test_domain_constraints_get.py:68
↓ 2 callersMethodget_domain_list
This functions returns the domain list :return: domain list
web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_get.py:57
↓ 2 callersFunctionget_encoding
:param key: Database Encoding :return: [Postgres_encoding, Python_encoding] - Postgres encoding, Python encoding, type cast encoding
web/pgadmin/utils/driver/psycopg3/encoding.py:27
↓ 2 callersFunctionget_error
(i_node_type)
web/pgadmin/dashboard/precondition.py:35
↓ 2 callersMethodget_event_trigger_functions
This function returns event trigger functions :return: event trigger functions
web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_functions.py:61
↓ 2 callersMethodget_event_trigger_list
This functions returns the event trigger list :return: event trigger list
web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_get.py:70
↓ 2 callersMethodget_event_trigger_node
This function returns the event trigger node details :return: event trigger node details
web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_get.py:180
↓ 2 callersMethodget_event_trigger_nodes
This function returns the event trigger nodes details :return: event trigger nodes details
web/pgadmin/browser/server_groups/servers/databases/event_triggers/tests/test_event_trigger_get.py:168
↓ 2 callersFunctionget_extension_details
This function is used to get the extension details. :param conn: :param ename: :param properties_sql: :return:
web/pgadmin/browser/server_groups/servers/databases/extensions/utils.py:15
↓ 2 callersMethodget_external_function
This function returns external function :return: external function
web/pgadmin/browser/server_groups/servers/databases/schemas/types/tests/test_types_get_external_functions.py:50
↓ 2 callersMethodget_fdw_list
This functions returns the fdw list :return: fdw list
web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_get.py:51
↓ 2 callersMethodget_fdw_nodes
This function returns fdw nodes :return: fdw nodes
web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_get_nodes.py:40
↓ 2 callersFunctionget_file_type_setting
This function return last file format setting based on file types :param file_types: :return: file format setting.
web/pgadmin/settings/utils.py:34
↓ 2 callersMethodget_foreign_server_list
This functions returns the foreign server list :return: foreign server list
web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_get.py:61
↓ 2 callersMethodget_fts_configuration_dictionaries
This functions returns the fts configuration dictionaries :return: fts configuration dictionaries
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get_dictionaries.py:69
↓ 2 callersMethodget_fts_configuration_node
This functions returns the fts configuration node :return: fts configuration node
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get_nodes.py:80
↓ 2 callersMethodget_fts_configuration_nodes
This functions returns the fts configuration nodes :return: fts configuration nodes
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get_nodes.py:69
↓ 2 callersMethodget_fts_configuration_sql
this function fetch event trigger sql :return: event trigger sql details
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_get_sql.py:69
↓ 2 callersMethodget_fts_configuration_tokens
This functions returns the fts configuration tokens :return: fts configuration tokens
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_tokens.py:70
↓ 2 callersMethodget_fts_dictionaries_fetch_templates
This functions returns the fts dictionaries templates :return: fts dictionaries templates
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_fetch_templates.py:69
↓ 2 callersMethodget_fts_dictionaries_node
This functions returns the fts dictionaries node :return: fts dictionaries node
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_get_nodes.py:80
↓ 2 callersMethodget_fts_dictionaries_nodes
This functions returns the fts dictionaries nodes :return: fts dictionaries nodes
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_dictionaries/tests/test_fts_dictionaries_get_nodes.py:69
↓ 2 callersMethodget_fts_parsers_end_functions
This functions returns the fts parsers end functions :return: fts end functions
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_end_functions.py:69
↓ 2 callersMethodget_fts_parsers_headline_functions
This functions returns the fts parsers headline functions :return: fts headline functions node
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_head_line_functions.py:69
↓ 2 callersMethodget_fts_parsers_lextype_functions
This functions returns the fts parsers lextype functions :return: fts lextype functions node
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_lextype_functions.py:69
↓ 2 callersMethodget_fts_parsers_node
This functions returns the fts parsers node :return: fts parsers node
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_get_nodes.py:80
↓ 2 callersMethodget_fts_parsers_nodes
This functions returns the fts parsers nodes :return: fts parsers nodes
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_get_nodes.py:69
↓ 2 callersMethodget_fts_parsers_start_functions
This functions returns the fts parsers start functions :return: fts start functions node
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_start_functions.py:69
↓ 2 callersMethodget_fts_parsers_token_functions
This functions returns the fts parsers token functions :return: fts token functions node
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/tests/test_fts_parser_token_functions.py:69
↓ 2 callersMethodget_fts_templates_node
This functions returns the fts templates node :return: fts templates node
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_template_get_nodes.py:122
↓ 2 callersMethodget_fts_templates_nodes
This functions returns the fts templates nodes :return: fts templates nodes
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_template_get_nodes.py:111
↓ 2 callersMethodget_function_statistics
(self)
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_get_function_statistics.py:87
↓ 2 callersMethodget_geometry_types
(self)
web/pgadmin/tools/erd/utils.py:116
↓ 2 callersMethodget_handlers_fdw
This function gets fdw handlers :return: fdw handlers
web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/tests/test_fdw_get-handlers.py:39
↓ 2 callersMethodget_icon
(self, res, connected)
web/pgadmin/browser/server_groups/servers/databases/__init__.py:310
↓ 2 callersMethodget_index_sql
Get all index associated with view node, generate their sql and render into sql tab
web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1297
↓ 2 callersMethodget_init
This function returns the fts templates init :return: fts templates init
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_template_get_init.py:106
↓ 2 callersMethodget_language_functions_template
This function will get the language function :return:language function response
web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_get_function_and_template.py:61
↓ 2 callersMethodget_language_list
(self)
web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_get.py:95
↓ 2 callersMethodget_language_node
(self)
web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_get.py:159
↓ 2 callersMethodget_language_nodes
(self)
web/pgadmin/browser/server_groups/servers/databases/languages/tests/test_language_get.py:154
↓ 2 callersMethodget_languages
(self)
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_function_get_languages.py:56
↓ 2 callersMethodget_languages
(self)
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_function_get_variable_options.py:56
↓ 2 callersMethodget_lexzie
This function returns the fts templates lexize :return: fts templates lexize
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/tests/test_fts_template_get_lexize.py:106
↓ 2 callersMethodget_list
(self)
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_get_list.py:56
↓ 2 callersFunctionget_logout_url
Returns the logout url based on the current authentication method. Returns: str: logout url
web/pgadmin/authenticate/__init__.py:51
↓ 2 callersFunctionget_master_password_from_master_hook
This method executes specified command & returns output. :param command: Shell command with absolute path :return: Output of command.
web/pgadmin/utils/master_password.py:180
↓ 2 callersFunctionget_max_tool_iterations
Get the maximum number of tool iterations for AI conversations. Checks user preferences first, then falls back to system configuration.
web/pgadmin/llm/utils.py:569
↓ 2 callersFunctionget_menuitem_obj
(_m)
web/pgadmin/browser/static/js/browser.js:392
↓ 2 callersMethodget_new_sql
Generates sql for creating new database.
web/pgadmin/browser/server_groups/servers/databases/__init__.py:1136
↓ 2 callersFunctionget_next_url
()
web/pgadmin/authenticate/mfa/utils.py:277
↓ 2 callersFunctionget_no_cache_header
Prevent browser from caching data every time an http request is made. Returns: headers
web/pgadmin/utils/ajax.py:52
↓ 2 callersFunctionget_node_blueprint
(node_type)
web/pgadmin/tools/search_objects/utils.py:18
↓ 2 callersMethodget_node_list
This function returns all primary keys nodes within that collection as a list. Args: gid: Server Group ID
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/__init__.py:338
↓ 2 callersMethodget_nodes
Generate the collection node
web/pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:84
↓ 2 callersMethodget_nodes
(self)
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_function_get_nodes.py:84
↓ 2 callersMethodget_notices
This function will returns the notices as string. :return:
web/pgadmin/utils/driver/psycopg3/connection.py:1918
↓ 2 callersMethodget_object
This method returns the object based on register object type else return not implemented error Args: name: objec
web/pgadmin/tools/sqleditor/command.py:59
↓ 2 callersMethodget_offline_sql
Generates sql for altering database which require database to be disconnected before applying.
web/pgadmin/browser/server_groups/servers/databases/__init__.py:1210
↓ 2 callersMethodget_online_sql
Generates sql for altering database which don not require database to be disconnected before applying.
web/pgadmin/browser/server_groups/servers/databases/__init__.py:1180
↓ 2 callersFunctionget_parent
This function will return the parent of the given table. :param conn: Connection Object :param tid: Table oid :param template_path:
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/foreign_key/utils.py:138
↓ 2 callersMethodget_partition_icon_css_class
(self, table_info, default_val='icon-partition')
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/base_partition_table.py:25
↓ 2 callersMethodget_properties
(self, trigger_func_id)
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_function_get.py:71
↓ 2 callersFunctionget_random_id
Return a random 10 byte string
web/pgacloud/utils/misc.py:40
↓ 2 callersFunctionget_req_data
()
web/pgadmin/tools/grant_wizard/__init__.py:392
↓ 2 callersFunctionget_round_val
(x)
web/pgadmin/tools/schema_diff/__init__.py:774
↓ 2 callersMethodget_rule_sql
Get all non system rules of view node, generate their sql and render into sql tab
web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1069
↓ 2 callersFunctionget_safe_post_login_redirect
()
web/pgadmin/utils/__init__.py:973
↓ 2 callersMethodget_schema_list
This functions returns the schema list :return: schema list
web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_get.py:36
↓ 2 callersFunctionget_schemas
This function will return the schemas.
web/pgadmin/browser/server_groups/servers/databases/schemas/utils.py:728
↓ 2 callersFunctionget_sections_for_scope
Get sections applicable to a specific scope. Args: report_type: One of 'security', 'performance', 'design'. scope: One of 'server
web/pgadmin/llm/reports/sections.py:351
↓ 2 callersMethodget_select_sql
(self)
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_get_select_sql.py:88
↓ 2 callersFunctionget_selenium_grid_status_json
Functions returns json response received from selenoid server :param selenoid_url: :return:
web/regression/python_test_utils/test_utils.py:1605
↓ 2 callersMethodget_server
(self, server_id)
web/pgadmin/browser/server_groups/servers/tests/test_shared_server.py:54
↓ 2 callersMethodget_server_connection
(self, server_id)
web/pgadmin/browser/server_groups/servers/tests/test_check_connect.py:51
↓ 2 callersFunctionget_server_groups_for_user
Return server groups visible to the current user. Includes groups owned by the user plus groups containing shared servers (Server.shared=True
web/pgadmin/utils/server_access.py:95
↓ 2 callersMethodget_server_name
(self)
web/pgadmin/tools/restore/__init__.py:89
↓ 2 callersMethodget_server_name
(self)
web/pgadmin/tools/maintenance/__init__.py:58
↓ 2 callersMethodget_server_name
(self)
web/pgadmin/tools/backup/__init__.py:113
↓ 2 callersFunctionget_server_version
(connection)
web/regression/python_test_utils/test_utils.py:81
↓ 2 callersMethodget_show_node_prefs
(self)
web/pgadmin/tools/search_objects/utils.py:59
↓ 2 callersFunctionget_sql
This function will generate sql from model data. :param conn: Connection Object :param data: data :param did: Database ID :param
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/exclusion_constraint/utils.py:203
↓ 2 callersFunctionget_sql
This function will generate sql from model data. :param conn: Connection Object :param data: data :param did: Database ID :param
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/utils.py:260
↓ 2 callersFunctionget_sql
This function will generate sql from model data. :param conn: Connection Object :param data: data :param tid: Table id :param cid
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/check_constraint/utils.py:150
← previousnext →1,601–1,700 of 9,964, ranked by callers