MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / create_temp_table_as

Method create_temp_table_as

test/requirements.py:115–118  ·  view source on GitHub ↗

target platform supports CREATE TEMPORARY TABLE AS SELECT.

(self)

Source from the content-addressed store, hash-verified

113
114 @property
115 def create_temp_table_as(self):
116 """target platform supports CREATE TEMPORARY TABLE AS SELECT."""
117
118 return only_on(["postgresql", "mysql", "mariadb", "sqlite", "mssql"])
119
120 @property
121 def index_ddl_if_exists(self):

Callers

nothing calls this directly

Calls 1

only_onFunction · 0.90

Tested by

no test coverage detected