IgnoredPathDO

Primary key: oid: int

schema IgnoredPathDO {
  @primary oid: int,
  path_kind: int,
  path: string,
  ignore_kind: int
}

IgnoredPathDO::getIgnoreKind

pub fn getIgnoreKind(self: IgnoredPathDO) -> int;

IgnoredPathDO::getPath

pub fn getPath(self: IgnoredPathDO) -> string;

IgnoredPathDO::__all__

Data constraint method.

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

IgnoredPathDO::getPathKind

pub fn getPathKind(self: IgnoredPathDO) -> int;