WhileStatementDO

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

Primary key: element_oid: int

schema WhileStatementDO {
  @primary element_oid: int
}

WhileStatementDO::__all__

Data constraint method.

pub fn __all__(db: PythonDB) -> *WhileStatementDO;