Public Member Functions | |
def | __repr__ (self) |
Public Member Functions inherited from Base | |
virtual std::string | who () const |
virtual | ~Base () noexcept=default |
Static Public Attributes | |
wib_id = Column(Integer, ForeignKey('wibs.id'), primary_key = True) | |
board_id = Column(Integer, ForeignKey('boards.id'), primary_key = True) | |
wib = relationship('Wib', back_populates='board_links') | |
board = relationship('Board', back_populates='wib_links') | |
connector = Column(Integer) | |
Static Private Attributes | |
string | __tablename__ = 'wib_board_links' |
|
staticprivate |
|
static |
|
static |
|
static |
|
static |
|
static |