MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / visit_collation

Method visit_collation

lib/sqlalchemy/sql/compiler.py:2738–2739  ·  view source on GitHub ↗
(self, element, **kw)

Source from the content-addressed store, hash-verified

2736 return schema_prefix + self.preparer.quote(tablename) + "." + name
2737
2738 def visit_collation(self, element, **kw):
2739 return self.preparer.format_collation(element.collation)
2740
2741 def visit_fromclause(self, fromclause, **kwargs):
2742 return fromclause.name

Callers

nothing calls this directly

Calls 1

format_collationMethod · 0.80

Tested by

no test coverage detected