MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / CreateSequence

Class CreateSequence

lib/sqlalchemy/sql/ddl.py:705–708  ·  view source on GitHub ↗

Represent a CREATE SEQUENCE statement.

Source from the content-addressed store, hash-verified

703
704
705class CreateSequence(_CreateBase["Sequence"]):
706 """Represent a CREATE SEQUENCE statement."""
707
708 __visit_name__ = "create_sequence"
709
710
711class DropSequence(_DropBase["Sequence"]):

Callers 7

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

Calls

no outgoing calls

Tested by 6

goMethod · 0.72
test_create_ddlMethod · 0.68
test_drop_ddlMethod · 0.68