ThrowStatementDO

/** * @brief DO class: A throw statement. */ 

Primary key: element_hash_id: int

schema ThrowStatementDO { @primary element_hash_id: int, exception_hash_id: int, block_hash_id: int } 

ThrowStatementDO::getBlockHashId

/** * @brief gets the block hash id of this element. * @return int */ 
pub fn getBlockHashId(self: ThrowStatementDO) -> int; 

ThrowStatementDO::__all__

Data constraint method.

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

ThrowStatementDO::getExceptionHashId

/** * @brief gets the exception hash id of this element. * @return int */ 
pub fn getExceptionHashId(self: ThrowStatementDO) -> int;