WithStatementDO
/**
* @brief DO class: A with statement.
*/
Primary key: element_oid: int
schema WithStatementDO {
@primary element_oid: int
}
WithStatementDO::__all__
Data constraint method.
- Parameter
db
:PythonDB
- Return
*WithStatementDO
pub fn __all__(db: PythonDB) -> *WithStatementDO;