Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ functions
Functions
9,964 in github.com/pgadmin-org/pgadmin4
⨍
Functions
9,964
◇
Types & classes
1,736
↳
Endpoints
371
↓ 10 callers
Method
disconnect
Disconnect the Server.
web/pgadmin/browser/server_groups/servers/__init__.py:1810
↓ 10 callers
Function
enableToolbarButtons
(key = null)
web/pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:60
↓ 10 callers
Function
execute_dict_search_path
(conn, sql, search_path)
web/pgadmin/tools/debugger/__init__.py:270
↓ 10 callers
Method
expand_database_node
will expand database node under databases node" :param server_group_name: :param server_name: :param server_password:
web/regression/feature_utils/pgadmin_page.py:654
↓ 10 callers
Function
getComparator
(sortColumn)
web/pgadmin/misc/file_manager/static/js/components/FileManager.jsx:113
↓ 10 callers
Method
getEntries
()
web/pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:200
↓ 10 callers
Method
getLinks
()
web/pgadmin/tools/erd/static/js/erd_tool/nodes/TableNode.jsx:108
↓ 10 callers
Method
get_server_version
(self, connection)
web/regression/python_test_utils/sql_template_test_base.py:34
↓ 10 callers
Method
get_template_file
This function check the specified file in the server mapping directory and if file exists then return that path. :param versi
web/regression/python_test_utils/sql_template_test_base.py:64
↓ 10 callers
Method
inSchemaWithModelCheck
(state)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/static/js/trigger.ui.js:39
↓ 10 callers
Method
isTabVisible
(panelId)
web/pgadmin/static/js/helpers/Layout/index.jsx:282
↓ 10 callers
Method
list
()
web/pgadmin/misc/bgprocess/processes.py:734
↓ 10 callers
Function
make_response
Create a JSON response
web/pgadmin/utils/ajax.py:87
↓ 10 callers
Function
openDir
(dirPath, changeStoragePath=null)
web/pgadmin/misc/file_manager/static/js/components/FileManager.jsx:524
↓ 10 callers
Method
resetVals
(state)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:308
↓ 10 callers
Method
serialize
Return object data in easily serializable format
web/pgadmin/model/__init__.py:270
↓ 10 callers
Method
sign
(self, secret)
web/pgadmin/utils/session.py:155
↓ 10 callers
Function
sprintf
(i_str)
web/pgadmin/static/js/utils.js:264
↓ 10 callers
Function
tokenize_options
This function will tokenize the string stored in database e.g. database store the value as below key1=value1, key2=value2, key3=value3, .
web/pgadmin/browser/server_groups/servers/utils.py:174
↓ 10 callers
Method
tool_result
Create a tool result message.
web/pgadmin/llm/models.py:111
↓ 10 callers
Method
transaction_status
(self)
web/pgadmin/utils/driver/abstract.py:222
↓ 10 callers
Method
update_session
(self)
web/pgadmin/tools/debugger/utils/debugger_instance.py:67
↓ 10 callers
Function
update_session_grid_transaction
(trans_id, data)
web/pgadmin/tools/sqleditor/utils/update_session_grid_transaction.py:14
↓ 10 callers
Function
validate_api_key_path
Validate that a file path is within the allowed directory. In server mode, the file must be within the current user's private storage di
web/pgadmin/llm/utils.py:70
↓ 9 callers
Function
Table
({children, classNameRoot, ...props})
web/pgadmin/static/js/components/Table.jsx:66
↓ 9 callers
Method
_cltype_formatter
Args: data: Type string Returns: We need to remove [] from type and append it after length/prec
web/pgadmin/browser/server_groups/servers/databases/schemas/types/__init__.py:381
↓ 9 callers
Method
_fetch_properties
Returns the Foreign Table properties which will be used in properties, sql and get_sql functions. Args: gid: Ser
web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1362
↓ 9 callers
Function
_sse
(obj)
web/pgadmin/llm/tests/test_openai_stream.py:36
↓ 9 callers
Method
add
(schemaState, accessPath, kind, callback)
web/pgadmin/static/js/SchemaView/hooks/useSchemaStateSubscriber.js:26
↓ 9 callers
Method
changeColumnOptions
(columns)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:523
↓ 9 callers
Method
delete
Drop the Function. Args: gid: Server Group Id sid: Server Id did: Database Id scid:
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:636
↓ 9 callers
Method
destroy
()
web/pgadmin/static/js/tree/tree.js:121
↓ 9 callers
Method
findNodeByDomElement
(domElement)
web/regression/javascript/tree/tree_fake.js:99
↓ 9 callers
Function
form_master_password_response
(existing=True, present=False, errmsg=None, keyring_name='', master_password
web/pgadmin/browser/__init__.py:624
↓ 9 callers
Method
getData
()
web/regression/javascript/erd/fake_item.js:12
↓ 9 callers
Function
getExecuteQueryUrl
(transId, queryType)
web/pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:70
↓ 9 callers
Function
getFieldDepChange
(schema, id)
web/regression/javascript/schema_ui_files/foreign_key.ui.spec.js:36
↓ 9 callers
Function
getFieldDepChange
(schema, id)
web/regression/javascript/schema_ui_files/table.ui.spec.js:18
↓ 9 callers
Method
getSelection
()
web/pgadmin/static/js/components/ReactCodeMirror/CustomEditorView.js:302
↓ 9 callers
Function
get_setting
Retrieve a configuration setting for the current user, or return the default value specified by the caller.
web/pgadmin/settings/__init__.py:76
↓ 9 callers
Method
get_sql_from_diff
This function is used to get the DDL/DML statements. :param kwargs: :return:
web/pgadmin/browser/server_groups/servers/databases/casts/__init__.py:798
↓ 9 callers
Method
get_sql_from_view_diff
This function is used to get the DDL/DML statements. :param kwargs :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1761
↓ 9 callers
Method
inSchemaWithColumnCheck
(state)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js:84
↓ 9 callers
Method
init_app
(self, app)
web/pgadmin/utils/csrf.py:18
↓ 9 callers
Function
isSuccess
(httpStatus)
web/pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:77
↓ 9 callers
Function
makeStubs
()
web/regression/javascript/Notifier.spec.js:14
↓ 9 callers
Function
midGroup
(label, children)
web/regression/javascript/schema_diff/result_grid_count_spec.js:24
↓ 9 callers
Method
open_query_tool
(self)
web/regression/feature_utils/pgadmin_page.py:162
↓ 9 callers
Method
paste_values_to_scratch_pad
(self)
web/regression/feature_tests/copy_selected_query_results_feature_test.py:66
↓ 9 callers
Method
reload
(tree)
web/pgadmin/static/js/tree/tree_nodes.ts:306
↓ 9 callers
Method
repaint
()
web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js:731
↓ 9 callers
Method
retry_click
(self, click_locator, verify_locator)
web/regression/feature_utils/pgadmin_page.py:1281
↓ 9 callers
Method
set
(key, value)
web/regression/javascript/fake_model.js:15
↓ 9 callers
Method
setSelected
()
web/regression/javascript/erd/fake_item.js:8
↓ 9 callers
Method
show
()
web/pgadmin/preferences/static/js/preferences.js:48
↓ 9 callers
Function
trigger_definition
This function will set the trigger definition details from the raw data Args: data: Properties data Returns: Updated pr
web/pgadmin/browser/server_groups/servers/databases/schemas/utils.py:468
↓ 9 callers
Function
useApplicationState
()
web/pgadmin/settings/static/ApplicationStateProvider.jsx:20
↓ 9 callers
Function
useInterval
(callback, delay)
web/pgadmin/static/js/custom_hooks.js:16
↓ 8 callers
Method
_check_escaped_characters
(self, source_code, string_to_find, source)
web/regression/feature_tests/xss_checks_panels_and_query_tool_test.py:308
↓ 8 callers
Function
_get_preference_value
Get a preference value, returning None if empty or not set. Args: name: The preference name (e.g., 'anthropic_api_key_file') Re
web/pgadmin/llm/utils.py:265
↓ 8 callers
Method
_is_oidc_provider
Determine if the current provider is configured as an OIDC provider. Returns True if OAUTH2_SERVER_METADATA_URL is defined.
web/pgadmin/authenticate/oauth2.py:346
↓ 8 callers
Function
_nlq_sse_event
Format data as an SSE event with padding for buffer flushing. Args: data: Event data dictionary. Returns: SSE-formatted byte
web/pgadmin/tools/sqleditor/__init__.py:3117
↓ 8 callers
Function
booleanEvaluator
({ schema, field, option, value, viewHelperProps, options, defaultVal, })
web/pgadmin/static/js/SchemaView/options/common.js:16
↓ 8 callers
Method
callNotify
(msg, type, autoHideDuration, {plainText = false} = {})
web/pgadmin/static/js/helpers/Notifier.jsx:65
↓ 8 callers
Method
connect
(self, **kwargs)
web/pgadmin/utils/driver/psycopg3/connection.py:269
↓ 8 callers
Method
create
(name, label, id, index, addSeprator, hasDynamicMenuItems)
web/pgadmin/static/js/helpers/Menu.js:23
↓ 8 callers
Function
createSchemaObject
()
web/regression/javascript/schema_ui_files/partition.utils.ui.spec.js:45
↓ 8 callers
Function
createSchemaObject
()
web/regression/javascript/schema_ui_files/pga_schedule.ui.spec.js:17
↓ 8 callers
Function
createStore
(initialState)
web/pgadmin/static/js/SchemaView/SchemaState/store.js:7
↓ 8 callers
Method
create_server
(self, url)
web/pgadmin/browser/server_groups/servers/tests/test_add_server.py:26
↓ 8 callers
Function
db_upgrade
(app)
web/pgadmin/setup/db_upgrade.py:15
↓ 8 callers
Method
fetchmany
Fetch many tuples as ordered dictionary list.
web/pgadmin/utils/driver/psycopg3/cursor.py:327
↓ 8 callers
Function
getBrowser
()
web/pgadmin/static/js/utils.js:355
↓ 8 callers
Method
getColumns
()
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:402
↓ 8 callers
Function
getGCD
(inp_arr)
web/pgadmin/static/js/utils.js:91
↓ 8 callers
Function
getNodeVariableSchema
(nodeObj, treeNodeInfo, itemNodeData, hasDatabase, hasRole)
web/pgadmin/browser/server_groups/servers/static/js/variable.ui.js:16
↓ 8 callers
Function
getReplicationData
(endpoint, setter)
web/pgadmin/dashboard/static/js/Replication/PGDReplication.jsx:298
↓ 8 callers
Method
getValueFieldProps
(variable)
web/pgadmin/browser/server_groups/servers/static/js/variable.ui.js:99
↓ 8 callers
Method
get_connection_param_value
This function return the value of param_name if found in the connection parameter.
web/pgadmin/utils/driver/psycopg3/server_manager.py:642
↓ 8 callers
Function
get_llm_client
Get an LLM client instance for the specified or default provider. Args: provider: Optional provider name ('anthropic', 'openai', 'ol
web/pgadmin/llm/client.py:149
↓ 8 callers
Method
get_schemas
This function will return the list of schemas for the specified server group id, server id and database id. Args:
web/pgadmin/browser/server_groups/servers/databases/publications/__init__.py:787
↓ 8 callers
Method
get_sql_from_table_diff
This function will create sql on the basis the difference of 2 tables
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/__init__.py:1290
↓ 8 callers
Method
isReadOnly
(state)
web/pgadmin/static/js/SchemaView/base_schema.ui.js:183
↓ 8 callers
Method
openPath
(item)
web/pgadmin/static/js/tree/tree.js:169
↓ 8 callers
Method
parse_add_char
(self, c)
web/pgadmin/utils/csv_lib.py:297
↓ 8 callers
Method
readline
(self)
web/pgadmin/llm/tests/test_openai_stream.py:28
↓ 8 callers
Method
registerListener
(event, callback)
web/pgadmin/misc/bgprocess/static/js/BgProcessManager.js:213
↓ 8 callers
Method
remove
()
web/regression/javascript/erd/fake_item.js:21
↓ 8 callers
Method
scroll
Fetch all tuples as ordered dictionary list.
web/pgadmin/utils/driver/psycopg3/cursor.py:400
↓ 8 callers
Method
setActiveLine
(line)
web/pgadmin/static/js/components/ReactCodeMirror/CustomEditorView.js:434
↓ 8 callers
Method
setInode
(item)
web/pgadmin/static/js/tree/tree.js:214
↓ 8 callers
Method
setLabel
(item, label)
web/pgadmin/static/js/tree/tree.js:208
↓ 8 callers
Function
setProgress
(progress)
runtime/src/js/progress.js:25
↓ 8 callers
Method
set_env_variables
Set environment variables
web/pgadmin/misc/bgprocess/processes.py:823
↓ 8 callers
Function
store_setting
Set a configuration setting for the current user.
web/pgadmin/settings/__init__.py:68
↓ 8 callers
Function
transformData
(labels, refreshRate, theme='light')
web/pgadmin/dashboard/static/js/Graphs.jsx:25
↓ 8 callers
Method
update_session
(self)
web/pgadmin/utils/driver/psycopg3/server_manager.py:519
↓ 8 callers
Function
useFieldOptions
(path, schemaState, subscriberManager)
web/pgadmin/static/js/SchemaView/hooks/useFieldOptions.js:13
↓ 8 callers
Method
wasLoad
(item)
web/pgadmin/static/js/tree/tree.js:234
↓ 7 callers
Method
__cursor
(self, server_cursor=False, scrollable=False)
web/pgadmin/utils/driver/psycopg3/connection.py:712
← previous
next →
301–400 of 9,964, ranked by callers