MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / CreateSequence

Class CreateSequence

lib/sqlalchemy/sql/ddl.py:1077–1080  ·  view source on GitHub ↗

Represent a CREATE SEQUENCE statement.

Source from the content-addressed store, hash-verified

1075
1076
1077class CreateSequence(_CreateBase["Sequence"]):
1078 """Represent a CREATE SEQUENCE statement."""
1079
1080 __visit_name__ = "create_sequence"
1081
1082
1083class DropSequence(_DropBase["Sequence"]):

Callers 6

goMethod · 0.90
visit_sequenceMethod · 0.85
test_create_ddlMethod · 0.85
test_drop_ddlMethod · 0.85

Calls

no outgoing calls

Tested by 5

goMethod · 0.72
test_create_ddlMethod · 0.68
test_drop_ddlMethod · 0.68