MCPcopy Create free account

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

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

↓ 2 callersMethod_fetch_properties
This function is used to fetch the properties of the specified object. :param scid: :param seid: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/__init__.py:306
↓ 2 callersMethod_fetch_properties
This function is used to fetch the properties of specified object. :param scid: :param pid: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/__init__.py:339
↓ 2 callersMethod_fetch_sql
(self, did, scid, tid, data, json_resp=True)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:1364
↓ 2 callersMethod_fetchmany
Fetch many tuples as ordered dictionary list.
web/pgadmin/utils/driver/psycopg3/cursor.py:340
↓ 2 callersMethod_findQueryBoundaries
(currPos, tree, stopAtBlankLine = true)
web/pgadmin/static/js/components/ReactCodeMirror/CustomEditorView.js:131
↓ 2 callersFunction_first_form_error_message
Extract the first validator error message from a wtforms form, coerced to a plain str. Returns `default` if there are no errors. Babel `LazyS
web/pgadmin/browser/__init__.py:77
↓ 2 callersMethod_formatter
Args: data: dict of query result scid: Schema ID seid: Sequence ID Returns: It will
web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/__init__.py:778
↓ 2 callersMethod_formatter_no_defacl
Args: data: Result of properties query scid: Schema OID Returns: It will return formatted output
web/pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:396
↓ 2 callersMethod_fts_configuration_copy_config
This functions returns the fts configuration copy config :return: fts configuration copy config
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_copyConfig.py:69
↓ 2 callersMethod_fts_configuration_parses
This functions returns the fts configuration parsers :return: fts configuration parsers
web/pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/tests/test_fts_configuration_parsers.py:69
↓ 2 callersMethod_getListenerData
(state, listener, actionObj)
web/pgadmin/static/js/SchemaView/DepListener.js:33
↓ 2 callersMethod_get_arguments
This function is used to get the arguments. :param args_list: :param args: :param args_without_name: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:773
↓ 2 callersMethod_get_available_capabilities_list
list capabilities & serialize them to normal list-dict format :param region: :return:
web/pgadmin/misc/cloud/azure/__init__.py:583
↓ 2 callersMethod_get_azure_credentials
(self)
web/pgadmin/misc/cloud/azure/__init__.py:358
↓ 2 callersMethod_get_cell_xpath
(cell, row)
web/regression/feature_tests/view_data_dml_queries.py:148
↓ 2 callersMethod_get_dependency
(self, seid, show_system_objects=None)
web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/__init__.py:853
↓ 2 callersMethod_get_domain
Returns Domain and Schema name. Args: doid: Domain Id
web/pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/__init__.py:711
↓ 2 callersMethod_get_id_token_claims
Extract and return ID token claims for OIDC providers. In pgAdmin's Authlib integration, the token response returned by auth
web/pgadmin/authenticate/oauth2.py:357
↓ 2 callersMethod_get_old_table_data
This function return table details before update :param pname: :param res: :return:old_data
web/pgadmin/browser/server_groups/servers/databases/publications/__init__.py:887
↓ 2 callersMethod_get_python_interpreter
Get Python Interpreter
web/pgadmin/misc/bgprocess/processes.py:276
↓ 2 callersMethod_get_resql_for_compound_triggers
################################################# # Reverse engineered sql for COMPOUND TRIGGERS ############################
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:832
↓ 2 callersMethod_get_resql_for_index
###################################### # Reverse engineered sql for INDEX ######################################
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:739
↓ 2 callersMethod_get_resql_for_row_security_policy
######################################################## # Reverse engineered sql for ROW SECURITY POLICY ###################
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:775
↓ 2 callersMethod_get_resql_for_rules
##################################### # Reverse engineered sql for RULES #####################################
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:863
↓ 2 callersMethod_get_resql_for_triggers
######################################## # Reverse engineered sql for TRIGGERS ########################################
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:806
↓ 2 callersMethod_get_schema
Returns Schema Name from its OID. Args: scid: Schema Id
web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:738
↓ 2 callersMethod_get_schemas
Returns a list of schemas from which to suggest objects. :param schema is the schema qualification input by the user (if any)
web/pgadmin/utils/sqlautocomplete/autocomplete.py:1074
↓ 2 callersMethod_get_sub_module_data_for_compare
(self, sid, did, scid, data, vid)
web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1708
↓ 2 callersFunction_handle_execute_exception
Used internally by execute to handle exception :param ex: exception object :param args: execute args dict :param _stderr: stderr
web/pgadmin/misc/bgprocess/process_executor.py:272
↓ 2 callersFunction_identifier_is_function
(identifier)
web/pgadmin/utils/sqlautocomplete/parseutils/tables.py:35
↓ 2 callersMethod_is_datatype_available_in_current_database
(self, datatype)
web/regression/feature_tests/pg_datatype_validation_test.py:197
↓ 2 callersMethod_is_function_def_sql_standard
This function is responsible for checking the sql to determine whether it is as per SQL-standard or not. In fact, the function
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:1741
↓ 2 callersFunction_is_query_parens_balanced
Check that parentheses are balanced in the query, matching the behavior of psql's \\copy (...) parser (strtokx in parse_slash_copy). Retu
web/pgadmin/tools/import_export/__init__.py:268
↓ 2 callersFunction_is_within
Return True if expanded equals allowed or is a subpath of it.
web/pgadmin/llm/utils.py:65
↓ 2 callersMethod_load_config_data
(config_key)
web/regression/feature_tests/view_data_dml_queries.py:152
↓ 2 callersMethod_make_request
Make an HTTP request to the OpenAI API.
web/pgadmin/llm/providers/openai.py:359
↓ 2 callersFunction_mask_except_first_char
Mask all characters except first character of the input string. Args: _str (str): Input string to be masked Retu
web/pgadmin/authenticate/mfa/email.py:117
↓ 2 callersMethod_maybe_schema
(self, schema, parent)
web/pgadmin/utils/sqlautocomplete/autocomplete.py:1086
↓ 2 callersMethod_normalize_owner
Normalize owner references in SQL so that both quoted and unquoted forms become consistent. This handles usernames that contain speci
web/regression/re_sql/tests/test_resql.py:868
↓ 2 callersMethod_open_query_tool_bar_drop_down
(self, css_selector_of_dd)
web/regression/feature_utils/pgadmin_page.py:328
↓ 2 callersFunction_open_session_file
Open a session file for writing with mode 0o600 (owner-only). Session files contain OAuth access/refresh tokens, AWS/Google/Azure cloud crede
web/pgadmin/utils/session.py:115
↓ 2 callersMethod_ordered_description
Transform the regular description to wrapper object, which handles duplicate column name.
web/pgadmin/utils/driver/psycopg3/cursor.py:147
↓ 2 callersMethod_ordered_description
Transform the regular description to wrapper object, which handles duplicate column name.
web/pgadmin/utils/driver/psycopg3/cursor.py:238
↓ 2 callersMethod_parse_priv_data
Iterate privilege data and send it for parsing before send it to db. acls: allowed privileges data: data on which we check fo
web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:976
↓ 2 callersMethod_parse_type
Returns Type and Data Type from the basetype.
web/pgadmin/browser/server_groups/servers/databases/schemas/domains/__init__.py:472
↓ 2 callersMethod_parse_variables_from_db
Function to format the output for variables. Args: db_variables: Variable object Expected Object Format
web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1560
↓ 2 callersMethod_perform_test_for_table
(self, table_name, config_data_local)
web/regression/feature_tests/view_data_dml_queries.py:156
↓ 2 callersMethod_process_rolemembership
Process the input rolemembership list to appropriate keys :param id: id of role :param data: input role data
web/pgadmin/browser/server_groups/servers/roles/__init__.py:204
↓ 2 callersMethod_process_rolmembers
Parser role members. :param id: :param data:
web/pgadmin/browser/server_groups/servers/roles/__init__.py:237
↓ 2 callersMethod_raise_max_tokens_error
Raise an error when a response is truncated due to token limit.
web/pgadmin/llm/providers/openai.py:409
↓ 2 callersMethod_read_openai_stream
Read and parse an OpenAI Chat Completions SSE stream. Uses readline() for incremental reading -- it returns as soon as a complete lin
web/pgadmin/llm/providers/openai.py:710
↓ 2 callersMethod_registration_view
Internal function to generate a view for the registration page. View will contain the QRCode image for the TOTP based authenticator
web/pgadmin/authenticate/mfa/authenticator.py:132
↓ 2 callersFunction_rejected_key_file_error
(prov)
web/pgadmin/llm/client.py:199
↓ 2 callersFunction_resolve_pref_key_file
Resolve an API key file preference against the path allowlist. - User preference set and path allowed: read and return the key. - User p
web/pgadmin/llm/utils.py:328
↓ 2 callersMethod_screenshot
(self)
web/regression/feature_utils/base_feature_test.py:88
↓ 2 callersMethod_scrollcur
Fetch all tuples as ordered dictionary list.
web/pgadmin/utils/driver/psycopg3/cursor.py:394
↓ 2 callersFunction_send_code_to_email
Send the code to the email address, provided in the argument or to the email address of the current user, provided during the registration.
web/pgadmin/authenticate/mfa/email.py:50
↓ 2 callersMethod_should_use_responses_api
Check if the error indicates we should use the Responses API.
web/pgadmin/llm/providers/openai.py:178
↓ 2 callersMethod_signature
(self)
web/pgadmin/utils/sqlautocomplete/parseutils/meta.py:107
↓ 2 callersFunction_split_multiple_statements
(full_text, text_before_cursor, parsed)
web/pgadmin/utils/sqlautocomplete/sqlcompletion.py:187
↓ 2 callersFunction_strip_named_query
This will strip "save named query" command in the beginning of the line: '\ns zzz SELECT * FROM abc' -> 'SELECT * FROM abc' ' \ns zzz
web/pgadmin/utils/sqlautocomplete/sqlcompletion.py:154
↓ 2 callersFunction_suggest_expression
Return suggestions for an expression, taking account of any partially-typed identifier's parent, which may be a table alias or schema name.
web/pgadmin/utils/sqlautocomplete/sqlcompletion.py:475
↓ 2 callersMethodacknowledge
Acknowledge from the user, he/she has alredy watched the status. Update the acknowledgement status, if the process is still running.
web/pgadmin/misc/bgprocess/processes.py:800
↓ 2 callersFunctionaddArg
(argtype, defvalList, argname, useDefValue)
web/pgadmin/tools/debugger/static/js/components/DebuggerArgumentComponent.jsx:211
↓ 2 callersMethodaddCustomWidgetPoint
(type, endpoint, point)
web/pgadmin/tools/erd/static/js/erd_tool/links/OneToManyLink.jsx:233
↓ 2 callersMethodaddDepListener
(source, dest, callback, defCallback)
web/pgadmin/static/js/SchemaView/DepListener.js:18
↓ 2 callersMethodaddEntry
(entry)
web/pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:185
↓ 2 callersFunctionaddInheritCols
(depChange, state, done)
web/regression/javascript/schema_ui_files/foreign_table.ui.spec.js:113
↓ 2 callersMethodaddLinksBetweenNodes
(oidUidMap, newNodesUids = null)
web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js:686
↓ 2 callersMethodaddPort
(obj)
web/regression/javascript/erd/fake_item.js:19
↓ 2 callersFunctionaddToSortedList
(_list, _item, _comparator = (a, b) => (a < b))
web/pgadmin/static/js/SchemaView/DataGridView/features/feature.js:56
↓ 2 callersFunctionadd_server
(user_id, servergroup_id, name, superuser, port, discovery_id, comment)
web/pgadmin/__init__.py:629
↓ 2 callersMethodalias
Generate a unique table alias tbl - name of the table to alias, quoted if it needs to be tbls - TableReference iterable of tables alre
web/pgadmin/utils/sqlautocomplete/autocomplete.py:652
↓ 2 callersMethodanyDuplicateNodeName
(newNodeData, oldNodeData)
web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js:267
↓ 2 callersMethodappend_filter
This function will used to get the existing filter and append the given filter. Args: row_filter: sql query to a
web/pgadmin/tools/sqleditor/command.py:264
↓ 2 callersFunctionapply_explain_plan_wrapper_if_needed
(manager, sql)
web/pgadmin/tools/sqleditor/utils/apply_explain_plan_wrapper.py:16
↓ 2 callersFunctionapply_regex
(text, regex)
tools/sql_keywords.py:34
↓ 2 callersMethodattCell
(state)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js:159
↓ 2 callersMethodattCell
(state)
web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/static/js/foreign_table.ui.js:339
↓ 2 callersMethodattach_process_stream
This function will attach a process and its stream with this thread. Args: process: Process stream: Stream a
web/pgadmin/misc/bgprocess/process_executor.py:177
↓ 2 callersMethodauthenticate
(self, form)
web/pgadmin/authenticate/ldap.py:51
↓ 2 callersFunctionbackend_supported
(module, manager, **kwargs)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/__init__.py:31
↓ 2 callersMethodbackend_supported
(self, manager, **kwargs)
web/pgadmin/browser/utils.py:114
↓ 2 callersFunctionbeforeActionForCatalog
(tree, pgBrowser)
web/regression/javascript/nodes/schema/child_menu_spec.js:36
↓ 2 callersFunctionbeforeActionForSchema
(tree, pgBrowser)
web/regression/javascript/nodes/schema/child_menu_spec.js:16
↓ 2 callersFunctionbeforeEachResponseError
(networkMock)
web/regression/javascript/table/enable_disable_triggers_spec.js:21
↓ 2 callersFunctionbinarySearch
()
web/pgadmin/browser/static/js/browser.js:596
↓ 2 callersFunctionbroadcast
(state)
web/pgadmin/preferences/static/js/store.js:54
↓ 2 callersFunctionbuildAndSetMenus
(menus, pgAdminMainScreen, configStore, callbacks={})
runtime/src/js/menu.js:183
↓ 2 callersMethodcanEditDeleteRowColumns
(colstate)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:512
↓ 2 callersFunctioncanTakeAction
(row, cellAction)
web/pgadmin/dashboard/static/js/Dashboard.jsx:329
↓ 2 callersMethodcan_filter
(self)
web/pgadmin/tools/sqleditor/command.py:124
↓ 2 callersFunctioncellClassGetter
(col, isSelected, dataChangeStore, rowKeyGetter)
web/pgadmin/tools/sqleditor/static/js/components/QueryToolDataGrid/index.jsx:238
↓ 2 callersMethodchangeDefaults
(data)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/exclusion_constraint/static/js/exclusion_constraint.ui.js:131
↓ 2 callersFunctionchangeDir
(storage)
web/pgadmin/misc/file_manager/static/js/components/FileManager.jsx:519
↓ 2 callersFunctioncheckDisabled
(state)
web/pgadmin/static/js/SchemaView/SaveButton.jsx:22
↓ 2 callersFunctioncheckDisabled
(state)
web/pgadmin/static/js/SchemaView/ResetButton.jsx:20
↓ 2 callersFunctioncheckMasterPassword
(data, masterpass_callback_queue, cancel_callback)
web/pgadmin/static/js/Dialogs/index.jsx:79
↓ 2 callersMethodcheckPending
()
web/pgadmin/misc/bgprocess/static/js/BgProcessManager.js:97
↓ 2 callersFunctioncheckSupportedVersion
(version, info)
web/pgadmin/browser/server_groups/servers/static/js/server.js:583
← previousnext →1,301–1,400 of 9,964, ranked by callers