ThrowCompletion

Inherit from Completion

Primary key: id: int

schema ThrowCompletion extends Completion { @primary id: int, name: string } 

ThrowCompletion::getValue

pub fn getValue(self: ThrowCompletion) -> int; 

ThrowCompletion::__all__

Data constraint method.

pub fn __all__() -> *ThrowCompletion; 

ThrowCompletion::getName

pub fn getName(self: ThrowCompletion) -> string;