MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / validate_identifier

Method validate_identifier

lib/sqlalchemy/engine/interfaces.py:2748–2749  ·  view source on GitHub ↗

Validates an identifier name, raising an exception if invalid

(self, ident: str)

Source from the content-addressed store, hash-verified

2746 raise NotImplementedError()
2747
2748 def validate_identifier(self, ident: str) -> None:
2749 """Validates an identifier name, raising an exception if invalid"""
2750
2751
2752class CreateEnginePlugin:

Callers 5

_can_create_tableMethod · 0.45
_can_create_indexMethod · 0.45
_can_drop_tableMethod · 0.45
_can_drop_indexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected