FunctionLikeDeclarationDO

Primary key: oid: int

schema FunctionLikeDeclarationDO { @primary oid: int, kind: int, name: string } 

FunctionLikeDeclarationDO::getName

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

FunctionLikeDeclarationDO::__all__

Data constraint method.

pub fn __all__(db: JavascriptDB) -> *FunctionLikeDeclarationDO; 

FunctionLikeDeclarationDO::getKind

pub fn getKind(self: FunctionLikeDeclarationDO) -> int;