ThrowCompletion
Inherit from Completion
Primary key: id: int
schema ThrowCompletion extends Completion {
@primary id: int,
name: string
}
ThrowCompletion::getValue
- Parameter
self
:ThrowCompletion
- Return
int
pub fn getValue(self: ThrowCompletion) -> int;
ThrowCompletion::__all__
Data constraint method.
- Return
*ThrowCompletion
pub fn __all__() -> *ThrowCompletion;
ThrowCompletion::getName
- Parameter
self
:ThrowCompletion
- Return
string
pub fn getName(self: ThrowCompletion) -> string;