IfStatementDO

Primary key: id: int

schema IfStatementDO {
  @primary id: int
}

IfStatementDO::getAlternateHashId

pub fn getAlternateHashId(self: IfStatementDO) -> int;

IfStatementDO::getConsequentHashId

pub fn getConsequentHashId(self: IfStatementDO) -> int;

IfStatementDO::__all__

Data constraint method.

pub fn __all__(db: JavaDB) -> *IfStatementDO;

IfStatementDO::getConditionHashId

pub fn getConditionHashId(self: IfStatementDO) -> int;