SuperConstructorInvocationDO

/**
* @brief DO class: An explicit `super(...)` constructor invocation statement.
*/

Primary key: element_hash_id: int

schema SuperConstructorInvocationDO {
  @primary element_hash_id: int
}

SuperConstructorInvocationDO::__all__

Data constraint method.

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