CommentDO

Primary key: oid: int

schema CommentDO {
  @primary oid: int,
  kind: int,
  location_oid: int
}

CommentDO::getLocationOid

pub fn getLocationOid(self: CommentDO) -> int;

CommentDO::__all__

Data constraint method.

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

CommentDO::getKind

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