MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / create_table_as

Method create_table_as

test/requirements.py:107–112  ·  view source on GitHub ↗

target platform supports CREATE TABLE AS SELECT.

(self)

Source from the content-addressed store, hash-verified

105
106 @property
107 def create_table_as(self):
108 """target platform supports CREATE TABLE AS SELECT."""
109
110 return only_on(
111 ["postgresql", "mysql", "mariadb", "sqlite", "mssql", "oracle"]
112 )
113
114 @property
115 def create_temp_table_as(self):

Callers

nothing calls this directly

Calls 1

only_onFunction · 0.90

Tested by

no test coverage detected