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

Method visit_collation

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

Source from the content-addressed store, hash-verified

2669 return schema_prefix + self.preparer.quote(tablename) + "." + name
2670
2671 def visit_collation(self, element, **kw):
2672 return self.preparer.format_collation(element.collation)
2673
2674 def visit_fromclause(self, fromclause, **kwargs):
2675 return fromclause.name

Callers

nothing calls this directly

Calls 1

format_collationMethod · 0.80

Tested by

no test coverage detected