TryStatementWithoutFinallyDO
/** * @brief DO class: A try statement without finally. */ Primary key: element_hash_id: int
schema TryStatementWithoutFinallyDO { @primary element_hash_id: int, try_block_hash_id: int } TryStatementWithoutFinallyDO::getTryBlockHashId
/** * @brief gets the try block hash id of this element. * @return int */ - Parameter
self:TryStatementWithoutFinallyDO - Return
int
pub fn getTryBlockHashId(self: TryStatementWithoutFinallyDO) -> int; TryStatementWithoutFinallyDO::__all__
Data constraint method.
- Parameter
db:JavaDB - Return
*TryStatementWithoutFinallyDO
pub fn __all__(db: JavaDB) -> *TryStatementWithoutFinallyDO;