IgnoredPathDO
Primary key: oid: int
schema IgnoredPathDO {
@primary oid: int,
path_kind: int,
path: string,
ignore_kind: int
}
IgnoredPathDO::getIgnoreKind
- Parameter
self
:IgnoredPathDO
- Return
int
pub fn getIgnoreKind(self: IgnoredPathDO) -> int;
IgnoredPathDO::getPath
- Parameter
self
:IgnoredPathDO
- Return
string
pub fn getPath(self: IgnoredPathDO) -> string;
IgnoredPathDO::__all__
Data constraint method.
- Parameter
db
:JavascriptDB
- Return
*IgnoredPathDO
pub fn __all__(db: JavascriptDB) -> *IgnoredPathDO;
IgnoredPathDO::getPathKind
- Parameter
self
:IgnoredPathDO
- Return
int
pub fn getPathKind(self: IgnoredPathDO) -> int;