MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / sql

Method sql

web/pgadmin/tools/erd/utils.py:24–27  ·  view source on GitHub ↗
(self, conn_id=None, did=None, sid=None, data={}, with_drop=False)

Source from the content-addressed store, hash-verified

22
23 @BaseTableView.check_precondition
24 def sql(self, conn_id=None, did=None, sid=None, data={}, with_drop=False):
25 return BaseTableView.get_sql(self, did, None, None, data, None,
26 add_not_exists_clause=True,
27 with_drop=with_drop)
28
29 @BaseTableView.check_precondition
30 def get_types(self, conn_id=None, did=None, sid=None):

Callers 1

get_table_sqlMethod · 0.45

Calls 1

get_sqlMethod · 0.45

Tested by

no test coverage detected