MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / table_ddl_if_exists

Method table_ddl_if_exists

test/requirements.py:101–104  ·  view source on GitHub ↗

target platform supports IF NOT EXISTS / IF EXISTS for tables.

(self)

Source from the content-addressed store, hash-verified

99
100 @property
101 def table_ddl_if_exists(self):
102 """target platform supports IF NOT EXISTS / IF EXISTS for tables."""
103
104 return only_on(["postgresql", "mysql", "mariadb", "sqlite"])
105
106 @property
107 def create_table_as(self):

Callers

nothing calls this directly

Calls 1

only_onFunction · 0.90

Tested by

no test coverage detected