Docs for DAL.Row

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

Description


<type 'type'> extends (<class 'pydal.helpers.classes.BasicStorage'>,)






A dictionary that lets you do d['a'] as well as d.a
this is only used to store a `Row`


Attributes


DAL.Row.__call__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.__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.Row.__contains__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.__copy__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

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

DAL.Row.__delitem__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

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

DAL.Row.__doc__ <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.Row.__eq__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

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

DAL.Row.__getattr__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

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

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

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

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

DAL.Row.__int__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.__iter__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.__long__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.__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.Row.__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.Row.__nonzero__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

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

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

DAL.Row.__repr__ <type 'instancemethod'> belongs to class <type 'instancemethod'>

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

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

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

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

DAL.Row.__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.Row.__weakref__ <type 'getset_descriptor'> belongs to class <type 'getset_descriptor'>
list of weak references to the object (if defined)

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

DAL.Row.as_json <type 'instancemethod'> belongs to class <type 'instancemethod'>
serializes the row to a JSON object kwargs are passed to .as_dict method only "object" mode supported `serialize = False` used by Rows.as_json TODO: return array mode with query column order mode and colnames are not implemented

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

DAL.Row.clear <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.copy <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.get <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.has_key <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.items <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.iteritems <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.iterkeys <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.itervalues <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.keys <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.pop <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.update <type 'instancemethod'> belongs to class <type 'instancemethod'>

DAL.Row.values <type 'instancemethod'> belongs to class <type 'instancemethod'>