web.py 2.0 documentation

SQLQuery

You can pass this sort of thing as a clause in any db function. Otherwise, you can pass a dictionary to the keyword argument vars and the function will call reparam for you.


Methods

f __init__(self, s='', v=()) ...

f __getitem__(self, key) ...

f __add__(self, other) ...

f __radd__(self, other) ...

See the source for more information.