Home
last modified time | relevance | path

Searched refs:nullsfirst_op (Results 1 – 14 of 14) sorted by relevance

/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/sql/
H A Doperators.py559 return self.operate(nullsfirst_op)
806 def nullsfirst_op(a): function
830 nullsfirst_op, nullslast_op)
H A Delements.py2483 modifier=operators.nullsfirst_op,
H A Dcompiler.py104 operators.nullsfirst_op: ' NULLS FIRST',
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/sql/
H A Doperators.py594 return self.operate(nullsfirst_op)
907 def nullsfirst_op(a): function
939 nullsfirst_op, nullslast_op)
H A Delements.py2587 modifier=operators.nullsfirst_op,
H A Dcompiler.py108 operators.nullsfirst_op: ' NULLS FIRST',
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/sql/
H A Doperators.py967 return self.operate(nullsfirst_op)
1314 def nullsfirst_op(a): function
1357 return op in (asc_op, desc_op, nullsfirst_op, nullslast_op)
H A Delements.py2666 modifier=operators.nullsfirst_op,
H A Dcompiler.py194 operators.nullsfirst_op: " NULLS FIRST",
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/sql/
H A Doperators.py981 return self.operate(nullsfirst_op)
1373 def nullsfirst_op(a): function
1398 return op in (asc_op, desc_op, nullsfirst_op, nullslast_op)
H A Delements.py2881 modifier=operators.nullsfirst_op,
H A Dcompiler.py203 operators.nullsfirst_op: " NULLS FIRST",
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/sql/
H A Doperators.py1525 nullsfirst_op = nulls_first_op variable
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/engine/
H A Dreflection.py896 ("nullsfirst", operators.nullsfirst_op),