ThisAccessExpressionDO
/** * @brief DO class: A use of the keyword `this`, which may be qualified. * * Such an expression allows access to an enclosing instance. * For example, `A.this` refers to the enclosing instance * of type `A`. */ Primary key: element_hash_id: int
schema ThisAccessExpressionDO { @primary element_hash_id: int } ThisAccessExpressionDO::__all__
Data constraint method.
- Parameter
db:JavaDB - Return
*ThisAccessExpressionDO
pub fn __all__(db: JavaDB) -> *ThisAccessExpressionDO;