ClassLikeDeclarationDO

Primary key: oid: int

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

ClassLikeDeclarationDO::getName

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

ClassLikeDeclarationDO::__all__

Data constraint method.

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

ClassLikeDeclarationDO::getKind

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