FileMd5SumDO

/** * @brief DO class: A file's md5sum value. */ 

Primary key: file_hash_id: int

schema FileMd5SumDO { @primary file_hash_id: int, value: string } 

FileMd5SumDO::getValue

/** * @brief gets the value of this element. * @return string */ 
pub fn getValue(self: FileMd5SumDO) -> string; 

FileMd5SumDO::__all__

Data constraint method.

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