Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ get_primary_keys
Method
get_primary_keys
web/pgadmin/tools/sqleditor/command.py:371–372 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
369
'server_cursor'
in kwargs
else
None
370
371
def
get_primary_keys(self, *args, **kwargs):
372
return
None, None
373
374
def
get_all_columns_with_order(self):
375
""
"
Callers
3
start_view_data
Function · 0.45
poll
Function · 0.45
save_changed_data
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected