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