see
http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/expressions.html

On Mon, 2009-10-12 at 10:08 +0200, Christian Démolis wrote:
> Hello,
> 
> class sqlalchemy.sql.expression.ColumnOperators¶
>     Defines comparison and math operations.
>     __init__()¶
>         x.__init__(...) initializes x; see x.__class__.__doc__ for
> signature
>     asc()¶
>     between(cleft, cright)¶
>     collate(collation)¶
>     concat(other)¶
>     contains(other, **kwargs)¶
>     desc()¶
>     distinct()¶
>     endswith(other, **kwargs)¶
>     ilike(other, escape=None)¶
>     in_(other)¶
>     like(other, escape=None)¶
>     match(other, **kwargs)¶
>     op(opstring)¶
>     operate(op, *other, **kwargs)¶
>     reverse_operate(op, other, **kwargs)¶
>     startswith(other, **kwargs)¶
>     timetuple¶
>         Hack, allows datetime objects to be compared on the LHS.
> 
> Where can i found complete documentation about these commands?
> 
> > 
-- 
Julien Cigar
Belgian Biodiversity Platform
http://www.biodiversity.be
Université Libre de Bruxelles (ULB)
Campus de la Plaine CP 257
Bâtiment NO, Bureau 4 N4 115C (Niveau 4)
Boulevard du Triomphe, entrée ULB 2
B-1050 Bruxelles
Mail: jci...@ulb.ac.be
@biobel: http://biobel.biodiversity.be/person/show/471
Tel : 02 650 57 52

No trees were killed in the creation of this message.
However, many electrons were terribly inconvenienced.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to