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