| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
views.rol.Base --+
|
RolUsuario
Clase que crea la tabla RolUsuario que permite las relaciones entre la tabla Rol y la tabla Usuario
|
|||
|
|||
|
Inherited from |
|||
|
|||
__tablename__ =
|
|||
idrol = Column(Integer, ForeignKey('rol.id'), primary_key= True)
|
|||
idusuario = Column(Integer, ForeignKey('usuario.id'), primary_
|
|||
usuario = relationship("Usuario", backref= "roles")
|
|||
__mapper__ = <Mapper at 0x3cdbf50; RolUsuario>
|
|||
__table__ = Table('rolusuario', MetaData(bind=None), Column('i
|
|||
_sa_class_manager = <ClassManager of <class 'sapproject.models
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Metodo de instancia constructor que inicializa los parametros del objeto rolusuario.
|
|
|||
idusuario
|
__table__
|
_sa_class_manager
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat May 5 06:09:55 2012 | http://epydoc.sourceforge.net |