CallableEnclosingStatement
Inherit from CallableEnclosingStatementDO
Primary key: statement_oid: int
schema CallableEnclosingStatement extends CallableEnclosingStatementDO {
@primary statement_oid: int,
callable_oid: int
}
CallableEnclosingStatement::__all__
Data constraint method.
- Parameter
db
:CfamilyDB
- Return
*CallableEnclosingStatement
pub fn __all__(db: CfamilyDB) -> *CallableEnclosingStatement;
CallableEnclosingStatement::getCallableOid
/**
* @brief gets the callable oid of this element.
* @return int
*/
- Parameter
self
:CallableEnclosingStatement
- Return
int
pub fn getCallableOid(self: CallableEnclosingStatement) -> int;
CallableEnclosingStatement::getEnclosingCallable
- Parameter
self
:CallableEnclosingStatement
- Return
*Callable
pub fn getEnclosingCallable(self: CallableEnclosingStatement) -> *Callable;