Home
last modified time | relevance | path

Searched defs:isnot_distinct_from (Results 1 – 4 of 4) sorted by relevance

/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/sql/
H A Doperators.py326 def isnot_distinct_from(self, other): member in ColumnOperators
795 def isnot_distinct_from(a, b): function
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/sql/
H A Doperators.py387 def isnot_distinct_from(self, other): member in ColumnOperators
1174 def isnot_distinct_from(a, b): function
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/sql/
H A Doperators.py387 def isnot_distinct_from(self, other): member in ColumnOperators
1209 def isnot_distinct_from(a, b): function
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/sql/
H A Doperators.py398 isnot_distinct_from = is_not_distinct_from variable in ColumnOperators
1317 isnot_distinct_from = is_not_distinct_from variable