MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / has_table

Method has_table

lib/sqlalchemy/dialects/mssql/base.py:3377–3380  ·  view source on GitHub ↗
(self, connection, tablename, dbname, owner, schema, **kw)

Source from the content-addressed store, hash-verified

3375
3376 @_db_plus_owner
3377 def has_table(self, connection, tablename, dbname, owner, schema, **kw):
3378 self._ensure_has_table_connection(connection)
3379
3380 return self._internal_has_table(connection, tablename, owner, **kw)
3381
3382 @reflection.cache
3383 @_db_plus_owner

Callers

nothing calls this directly

Calls 2

_internal_has_tableMethod · 0.95

Tested by

no test coverage detected