MCPcopy Create free account

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

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

↓ 3 callersMethod_fetch_properties
This function fetch the properties of the subscription. :param did: :param subid: :return:
web/pgadmin/browser/server_groups/servers/databases/subscriptions/__init__.py:366
↓ 3 callersMethod_fetch_properties
(self, tid, trid)
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/compound_triggers/__init__.py:447
↓ 3 callersMethod_fetch_properties
This function is used to fetch the properties of the specified object :param tid: :param trid: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/triggers/__init__.py:530
↓ 3 callersMethod_fetch_properties
This function is used to fetch the properties of the specified object :param plid: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/__init__.py:309
↓ 3 callersMethod_fetch_properties
This function is used to fetch the properties of the specified object :param rid: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/__init__.py:305
↓ 3 callersMethod_fetch_properties
This function is used to fetch the properties of specified object. :param did: :param tid: :param idx: :retur
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/__init__.py:508
↓ 3 callersMethod_fetch_properties
This function is used to fetch the properties of the specified object :param scid: :param vid: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:503
↓ 3 callersMethod_format_columns
Format Table Columns.
web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:1347
↓ 3 callersMethod_format_prosrc_for_pure_sql
(self, data, view_only=True, lanname='sql')
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:1237
↓ 3 callersMethod_formatter
Args: data: dict of query result tsid: tablespace oid Returns: It will return formatted output o
web/pgadmin/browser/server_groups/servers/tablespaces/__init__.py:208
↓ 3 callersMethod_formatter
It will return formatted output of collections
web/pgadmin/browser/server_groups/servers/directories/__init__.py:215
↓ 3 callersMethod_formatter
This function is ued to parse security lables
web/pgadmin/browser/server_groups/servers/databases/event_triggers/__init__.py:313
↓ 3 callersMethod_formatter
(self, data, scid=None)
web/pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:433
↓ 3 callersFunction_get_formatted_column_list
Get list of required columns for import/export. :param data: Data. :param key: Key. :param driver: PG Driver. :param conn: Connec
web/pgadmin/tools/import_export/__init__.py:206
↓ 3 callersMethod_get_schema
Returns Schema Name from its OID. Args: scid: Schema Id
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:1413
↓ 3 callersMethod_get_schema_name_from_oid
This function is used to get te schema name from OID. :param resp_data: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:822
↓ 3 callersFunction_init_sqleditor
(trans_id, connect, sgid, sid, did, dbname=None, **kwargs)
web/pgadmin/tools/sqleditor/__init__.py:524
↓ 3 callersMethod_is_partition_and_constraint_inherited
This function will check whether a constraint is local or inherited only for partition table :param constraint: given constra
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:329
↓ 3 callersMethod_normalize
(self)
web/pgadmin/utils/session.py:194
↓ 3 callersMethod_parse_privilege_data
This function is used to parse the privilege data. :param resp_data: :return:
web/pgadmin/browser/server_groups/servers/databases/schemas/functions/__init__.py:808
↓ 3 callersMethod_process_stream
Make a streaming request and yield chunks.
web/pgadmin/llm/providers/openai.py:651
↓ 3 callersMethod_release
(self)
web/pgadmin/utils/driver/psycopg3/connection.py:1548
↓ 3 callersMethod_update_server_details
(server, sharedserver, config_param_map, arg, value)
web/pgadmin/browser/server_groups/servers/__init__.py:990
↓ 3 callersFunction_validate_readonly_query
Ensure an LLM-supplied query is a single, read-only statement. This is the load-bearing defense against an attacker escaping the read-on
web/pgadmin/llm/tools/database.py:167
↓ 3 callersMethod_verify_row_data
(self, row, config_check_data)
web/regression/feature_tests/view_data_dml_queries.py:411
↓ 3 callersMethodaddEditTable
(node)
web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:556
↓ 3 callersMethodaddLink
(data, type)
web/pgadmin/tools/erd/static/js/erd_tool/ERDCore.js:308
↓ 3 callersMethodaddMenuItems
(menuItems)
web/pgadmin/static/js/helpers/Menu.js:51
↓ 3 callersMethodadditional_properties
We will use this function to add additional properties according to type Returns: additional properties for type
web/pgadmin/browser/server_groups/servers/databases/schemas/types/__init__.py:504
↓ 3 callersMethodanyFamilyMember
* Given a condition returns true if the current node * or any of the parent nodes condition result is true
web/pgadmin/static/js/tree/tree_nodes.ts:295
↓ 3 callersMethodattprecisionRange
(state)
web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/static/js/foreign_table.ui.js:330
↓ 3 callersFunctionbackup_db_file
Create a backup of the current database file and create new database file with default settings.
web/pgadmin/__init__.py:367
↓ 3 callersMethodbefore
(item, data)
web/pgadmin/static/js/tree/tree.js:105
↓ 3 callersMethodcallHandler
(event)
web/pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:71
↓ 3 callersMethodcan_edit
(self)
web/pgadmin/tools/sqleditor/command.py:120
↓ 3 callersMethodchangeColumnOptions
()
web/pgadmin/tools/erd/static/js/erd_tool/dialogs/TableDialog.js:21
↓ 3 callersMethodchange_password
This function is used to change the password of the Database Server. Args: gid: Group id sid: Server
web/pgadmin/browser/server_groups/servers/__init__.py:1920
↓ 3 callersMethodchanges
(includeSkipChange=false)
web/pgadmin/static/js/SchemaView/SchemaState/SchemaState.js:229
↓ 3 callersMethodchat
Send a chat request to OpenAI. Args: messages: List of conversation messages. tools: Optional list of tools
web/pgadmin/llm/providers/openai.py:105
↓ 3 callersFunctioncheckAllChildInclude
(row, tempSelectedRows)
web/pgadmin/tools/schema_diff/static/js/components/ResultGridComponent.jsx:557
↓ 3 callersMethodcheckAndSetDisabled
(node, item, forceDisable)
web/pgadmin/static/js/helpers/Menu.js:185
↓ 3 callersMethodcheckPermission
(path, selectedStorage=MY_STORAGE)
web/pgadmin/misc/file_manager/static/js/components/FileManager.jsx:343
↓ 3 callersMethodcheck_and_convert_name_to_string
This function will check and covert table to string incase it is numeric Args: data: data dict Returns:
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:1215
↓ 3 callersFunctioncheck_and_upgrade_to_qt
(trans_id, connect)
web/pgadmin/tools/sqleditor/__init__.py:1942
↓ 3 callersFunctioncheck_attrib
(attrib)
web/pgadmin/utils/__init__.py:611
↓ 3 callersMethodcheck_capability_permission
Check if the user has permission for the capability
web/pgadmin/misc/file_manager/__init__.py:537
↓ 3 callersMethodcheck_utility_error
(self)
web/regression/feature_utils/pgadmin_page.py:1338
↓ 3 callersFunctionclearAllBreakpoint
(transId)
web/pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:124
↓ 3 callersMethodclearBreakpoints
()
web/pgadmin/static/js/components/ReactCodeMirror/CustomEditorView.js:372
↓ 3 callersMethodclear_all_breakpoint
(self)
web/pgadmin/tools/debugger/tests/test_debugger_clear_all_breakpoint.py:68
↓ 3 callersMethodclear_arguments
(self)
web/pgadmin/tools/debugger/tests/test_debugger_clear_arguments.py:54
↓ 3 callersFunctionclear_cloud_session
Clear cloud sessions.
web/pgadmin/misc/cloud/__init__.py:194
↓ 3 callersFunctionclose_sqleditor_session
This function is used to cancel the transaction and release the connection. :param trans_id: Transaction id :return:
web/pgadmin/tools/sqleditor/__init__.py:797
↓ 3 callersFunctioncompare_dictionaries
This function will compare the two dictionaries. :param kwargs: :return:
web/pgadmin/tools/schema_diff/directory_compare.py:414
↓ 3 callersFunctionconfigure_driver_encodings
(encodings)
web/pgadmin/utils/driver/psycopg3/encoding.py:55
↓ 3 callersFunctionconnect
(obj, data, tree, item, _wasConnected)
web/pgadmin/browser/server_groups/servers/databases/static/js/database.js:407
↓ 3 callersMethodconnect
Connect the Server and return the connection object. Verification Process before Connection: Verify requested server.
web/pgadmin/browser/server_groups/servers/__init__.py:1556
↓ 3 callersFunctioncopyToClipboard
(text)
web/pgadmin/static/js/clipboard.js:3
↓ 3 callersFunctioncreateCatalogObj
()
web/regression/javascript/schema_ui_files/catalog.ui.spec.js:16
↓ 3 callersFunctioncreateFieldControls
({ schema, schemaState, accessPath, viewHelperProps, dataDispatch })
web/pgadmin/static/js/SchemaView/utils/createFieldControls.jsx:22
↓ 3 callersMethodcreateMainMenus
()
web/pgadmin/browser/static/js/MainMenuFactory.js:55
↓ 3 callersFunctioncreateSchemaObj
()
web/regression/javascript/schema_ui_files/domain.ui.spec.js:17
↓ 3 callersFunctioncreateSchemaObj
()
web/regression/javascript/schema_ui_files/domain_constraint.ui.spec.js:16
↓ 3 callersFunctioncreateSchemaObj
()
web/regression/javascript/schema_ui_files/foreign_server.ui.spec.js:23
↓ 3 callersFunctioncreateSchemaObj
()
web/regression/javascript/schema_ui_files/fts_parser.ui.spec.js:16
↓ 3 callersFunctioncreateSchemaObj
()
web/regression/javascript/schema_ui_files/aggregate.ui.spec.js:16
↓ 3 callersFunctioncreateSchemaObj
()
web/regression/javascript/schema_ui_files/fts_dictionary.ui.spec.js:15
↓ 3 callersFunctioncreateSchemaObj
()
web/regression/javascript/schema_ui_files/foreign_data_wrapper.ui.spec.js:23
↓ 3 callersFunctioncreateSchemaObject
()
web/regression/javascript/schema_ui_files/rule.ui.spec.js:16
↓ 3 callersFunctioncreateSchemaObject
()
web/regression/javascript/schema_ui_files/server_group.ui.spec.js:16
↓ 3 callersFunctioncreateSchemaObject
()
web/regression/javascript/schema_ui_files/pga_job.ui.spec.js:23
↓ 3 callersFunctioncreateSchemaObject
()
web/regression/javascript/schema_ui_files/directory.ui.spec.js:24
↓ 3 callersFunctioncreateSchemaObject
()
web/regression/javascript/schema_ui_files/operator.ui.spec.js:16
↓ 3 callersFunctioncreateSchemaObject
()
web/regression/javascript/schema_ui_files/row_security_policy.ui.spec.js:16
↓ 3 callersFunctioncreateSchemaObject
()
web/regression/javascript/schema_ui_files/role.ui.spec.js:23
↓ 3 callersFunctioncreateTypeSchemaObject
()
web/regression/javascript/schema_ui_files/type.ui.spec.js:241
↓ 3 callersFunctioncreate_calendar_string
Create calendar string based on the given value Args: frequency: date: months: monthdays: weekdays:
web/pgadmin/browser/server_groups/servers/databases/dbms_job_scheduler/utils.py:72
↓ 3 callersMethodcreate_ssh_tunnel
This method is used to create ssh tunnel and update the IP Address and IP Address and port to localhost and the local bind port retur
web/pgadmin/utils/driver/psycopg3/server_manager.py:554
↓ 3 callersMethodddl_compare
This function will compare properties of 2 views and return the source DDL, target DDL and Difference of them. :param kwargs
web/pgadmin/browser/server_groups/servers/databases/schemas/views/schema_diff_view_utils.py:85
↓ 3 callersFunctiondecimalAdjust
* Decimal adjustment of a number. * * @param {String} type The type of adjustment. * @param {Number} value The number. * @param {Integer} exp
web/pgadmin/static/js/utils.js:691
↓ 3 callersMethoddefaults
()
web/pgadmin/utils/csv_lib.py:567
↓ 3 callersMethoddelete
This function will drop the language object Args: gid: Server Group ID sid: Server ID did: Datab
web/pgadmin/browser/server_groups/servers/databases/languages/__init__.py:520
↓ 3 callersMethoddelete
This function will delete an existing event trigger object. Args: gid: Server Group ID sid: Server ID
web/pgadmin/browser/server_groups/servers/databases/event_triggers/__init__.py:541
↓ 3 callersMethoddelete
This function will drop/drop cascade a extension object
web/pgadmin/browser/server_groups/servers/databases/extensions/__init__.py:350
↓ 3 callersMethoddelete
This function will drop the publication object Args: gid: Server Group ID sid: Server ID did: Da
web/pgadmin/browser/server_groups/servers/databases/publications/__init__.py:518
↓ 3 callersMethoddelete
This function will delete the selected foreign server node. Args: gid: Server Group ID sid: Server ID
web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/__init__.py:548
↓ 3 callersMethoddelete
This function will drop the subscription object Args: gid: Server Group ID sid: Server ID did: D
web/pgadmin/browser/server_groups/servers/databases/subscriptions/__init__.py:510
↓ 3 callersMethoddelete
This function will drop the object Args: gid: Server Group ID sid: Server ID did: Database ID
web/pgadmin/browser/server_groups/servers/databases/schemas/packages/__init__.py:438
↓ 3 callersMethoddelete
This function will updates the existing compound trigger object Args: gid: Server Group ID sid: Server ID
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/compound_triggers/__init__.py:546
↓ 3 callersMethoddelete
This function will delete an existing primary key. Args: gid: Server Group ID sid: Server ID did: Data
web/pgadmin/browser/server_groups/servers/databases/schemas/tables/constraints/index_constraint/__init__.py:715
↓ 3 callersMethoddelete
Drops the Foreign Table. Args: gid: Server Group Id sid: Server Id did: Database Id
web/pgadmin/browser/server_groups/servers/databases/schemas/foreign_tables/__init__.py:780
↓ 3 callersMethoddelete
This function will delete the existing synonym object Args: gid: Server Group ID sid: Server ID di
web/pgadmin/browser/server_groups/servers/databases/schemas/synonyms/__init__.py:499
↓ 3 callersMethoddelete
This function will delete the existing collation object Args: gid: Server Group ID sid: Server ID
web/pgadmin/browser/server_groups/servers/databases/schemas/collations/__init__.py:518
↓ 3 callersMethoddelete
This function will drop the object Args: gid: Server Group ID sid: Server ID did: Database ID
web/pgadmin/browser/server_groups/servers/databases/schemas/sequences/__init__.py:463
↓ 3 callersMethoddeleteItem
(row, ss, fileName)
web/pgadmin/misc/file_manager/static/js/components/FileManager.jsx:271
↓ 3 callersFunctiondeleteToolData
(panelId)
web/pgadmin/settings/static/ApplicationStateProvider.jsx:92
↓ 3 callersMethoddelete_domain_constraint
This function returns the domain constraint delete response :return: domain constraint delete response
web/pgadmin/browser/server_groups/servers/databases/schemas/domains/domain_constraints/tests/test_domain_constraints_delete.py:55
↓ 3 callersMethoddelete_foreign_server
This function returns the foreign server delete response :return: foreign server delete response
web/pgadmin/browser/server_groups/servers/databases/foreign_data_wrappers/foreign_servers/tests/test_foreign_servers_delete.py:45
↓ 3 callersMethoddelete_schema
This function returns the schema delete response :return: schema delete response
web/pgadmin/browser/server_groups/servers/databases/schemas/tests/test_schema_delete.py:41
↓ 3 callersFunctiondelete_server_with_api
This function used to delete server from SQLite
web/regression/python_test_utils/test_utils.py:669
← previousnext →901–1,000 of 9,964, ranked by callers