MCPcopy
hub / github.com/dbcli/pgcli / is_virtual_database

Method is_virtual_database

pgcli/pgexecute.py:186–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 self.reset_expanded = None
185
186 def is_virtual_database(self):
187 if self._is_virtual_database is None:
188 self._is_virtual_database = self.is_protocol_error()
189 return self._is_virtual_database
190
191 def copy(self):
192 """Returns a clone of the current executor."""

Callers 3

connectMethod · 0.95
execute_normal_sqlMethod · 0.95
refreshMethod · 0.80

Calls 1

is_protocol_errorMethod · 0.95

Tested by

no test coverage detected