FunctionLikeDeclarationDO
Primary key: oid: int
schema FunctionLikeDeclarationDO {
@primary oid: int,
kind: int,
name: string
}
FunctionLikeDeclarationDO::getName
- Parameter
self:FunctionLikeDeclarationDO - Return
string
pub fn getName(self: FunctionLikeDeclarationDO) -> string;
FunctionLikeDeclarationDO::__all__
Data constraint method.
- Parameter
db:JavascriptDB - Return
*FunctionLikeDeclarationDO
pub fn __all__(db: JavascriptDB) -> *FunctionLikeDeclarationDO;
FunctionLikeDeclarationDO::getKind
- Parameter
self:FunctionLikeDeclarationDO - Return
int
pub fn getKind(self: FunctionLikeDeclarationDO) -> int;