GlobalStatementDO

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

Primary key: element_oid: int

schema GlobalStatementDO { @primary element_oid: int, names: string } 

GlobalStatementDO::getNames

/** * @brief gets the names of this element. * @return string */ 
pub fn getNames(self: GlobalStatementDO) -> string; 

GlobalStatementDO::__all__

Data constraint method.

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