MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _OuterJoinColumn

Class _OuterJoinColumn

lib/sqlalchemy/dialects/oracle/base.py:3841–3845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3839
3840
3841class _OuterJoinColumn(sql.ClauseElement):
3842 __visit_name__ = "outer_join_column"
3843
3844 def __init__(self, column):
3845 self.column = column

Callers 1

visit_binaryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected