ObjCInterfaceProtocolBindingDO
/**
* @brief DO class: Binding interface and protocol
*/
Primary key: obj_c_interface_declaration_oid: int
schema ObjCInterfaceProtocolBindingDO {
@primary obj_c_interface_declaration_oid: int,
obj_c_protocol_declaration_oid: int
}
ObjCInterfaceProtocolBindingDO::getObjCProtocolDeclarationOid
/**
* @brief gets the obj c protocol declaration oid of this element.
* @return int
*/
- Parameter
self
:ObjCInterfaceProtocolBindingDO
- Return
int
pub fn getObjCProtocolDeclarationOid(self: ObjCInterfaceProtocolBindingDO) -> int;
ObjCInterfaceProtocolBindingDO::__all__
Data constraint method.
- Parameter
db
:CfamilyDB
- Return
*ObjCInterfaceProtocolBindingDO
pub fn __all__(db: CfamilyDB) -> *ObjCInterfaceProtocolBindingDO;