DeclarationStatementDO
/**
* @brief DO class: A declaration statement.
*/
Primary key: oid: int
schema DeclarationStatementDO {
@primary oid: int,
printable_text: string
}
DeclarationStatementDO::getPrintableText
/**
* @brief gets a printed representation of this element, including its structure where applicable.
* @return string.
*/
- Parameter
self
:DeclarationStatementDO
- Return
string
pub fn getPrintableText(self: DeclarationStatementDO) -> string;
DeclarationStatementDO::__all__
Data constraint method.
- Parameter
db
:CfamilyDB
- Return
*DeclarationStatementDO
pub fn __all__(db: CfamilyDB) -> *DeclarationStatementDO;