Docs for DAL.Field

[ Python Tutorial ] [ Python Libraries ] [ web2py epydoc ]

Description


<type 'type'> extends (<class 'pydal.objects.Expression'>, <class 'pydal.helpers.classes.Serializable'>)


Attributes


DAL.Field.Lazy <type 'type'> extends (<type 'object'>,) belongs to class <type 'type'>

DAL.Field.Method <type 'type'> extends (<type 'object'>,) belongs to class <type 'type'>

DAL.Field.Virtual <type 'type'> extends (<type 'object'>,) belongs to class <type 'type'>

DAL.Field.__add__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__class__ <type 'type'> extends (<type 'object'>,) belongs to class <type 'type'>
type(object) -> the object's type type(name, bases, dict) -> a new type

DAL.Field.__delattr__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__delattr__('name') <==> del x.name

DAL.Field.__dict__ <type 'dictproxy'> belongs to class <type 'dictproxy'>

DAL.Field.__div__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__doc__ <type 'NoneType'> belongs to class <type 'NoneType'>

DAL.Field.__eq__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__format__ <type 'method_descriptor'> belongs to class <type 'method_descriptor'>
default object formatter

DAL.Field.__ge__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__getattribute__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__getattribute__('name') <==> x.name

DAL.Field.__getitem__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__gt__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__hash__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__hash__() <==> hash(x)

DAL.Field.__init__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__invert__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__le__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__lt__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__mod__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__module__ <type 'str'> belongs to class <type 'str'>
str(object='') -> string Return a nice string representation of the object. If the argument is a string, the return value is the same object.

DAL.Field.__mul__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__ne__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__new__ <type 'builtin_function_or_method'> belongs to class <type 'builtin_function_or_method'>
T.__new__(S, ...) -> a new object with type S, a subtype of T

DAL.Field.__nonzero__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__or__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__reduce__ <type 'method_descriptor'> belongs to class <type 'method_descriptor'>
helper for pickle

DAL.Field.__reduce_ex__ <type 'method_descriptor'> belongs to class <type 'method_descriptor'>
helper for pickle

DAL.Field.__repr__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__repr__() <==> repr(x)

DAL.Field.__setattr__ <type 'wrapper_descriptor'> belongs to class <type 'wrapper_descriptor'>
x.__setattr__('name', value) <==> x.name = value

DAL.Field.__sizeof__ <type 'method_descriptor'> belongs to class <type 'method_descriptor'>
__sizeof__() -> int size of object in memory, in bytes

DAL.Field.__str__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__sub__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__subclasshook__ <type 'builtin_function_or_method'> belongs to class <type 'builtin_function_or_method'>
Abstract classes can override this to customize issubclass(). This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).

DAL.Field.__truediv__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.__weakref__ <type 'getset_descriptor'> belongs to class <type 'getset_descriptor'>
list of weak references to the object (if defined)

DAL.Field.abs <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.as_dict <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.as_json <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.as_xml <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.as_yaml <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.avg <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.belongs <type 'instancemethod'> belongs to class <type 'instancemethod'>
Accepts the following inputs:: field.belongs(1,2) field.belongs((1,2)) field.belongs(query) Does NOT accept: field.belongs(1) If the set you want back includes `None` values, you can do:: field.belongs((1,None), null=True)

DAL.Field.clone <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.coalesce <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.coalesce_zero <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.contains <type 'instancemethod'> belongs to class <type 'instancemethod'>
For GAE contains() is always case sensitive

DAL.Field.count <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.day <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.endswith <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.epoch <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.formatter <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.hour <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.ilike <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.len <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.like <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.lower <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.max <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.min <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.minutes <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.month <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.regexp <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.replace <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.retrieve <type 'instancemethod'> belongs to class <type 'instancemethod'>
If `nameonly==True` return (filename, fullfilename) instead of (filename, stream)

DAL.Field.retrieve_file_properties <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.seconds <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.set_attributes <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.sqlsafe <type 'property'> belongs to class <type 'property'>

DAL.Field.sqlsafe_name <type 'property'> belongs to class <type 'property'>

DAL.Field.st_asgeojson <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_astext <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_contains <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_distance <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_dwithin <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_equals <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_intersects <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_overlaps <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_simplify <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_simplifypreservetopology <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_touches <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_within <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_x <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.st_y <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.startswith <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.store <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.sum <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.upper <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.validate <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.with_alias <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Field.year <type 'instancemethod'> belongs to class <type 'instancemethod'>