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?*

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

Reply via email to