ODataQueryBuilder class
Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new ODataQueryBuilder(context: EqContext): ODataQueryBuilder
Parameters:
Section titled “Parameters:”- context: EqContext
Public Methods
Section titled “Public Methods”buildQuery
Section titled “buildQuery”▸ buildQuery(): string | null
Returns string | null
getAttrPath
Section titled “getAttrPath”▸ getAttrPath(attr: string | EntityAttr): string[]
Parameters:
Section titled “Parameters:”- attr:
string| EntityAttr
Returns string[]
getCountStatement
Section titled “getCountStatement”▸ getCountStatement(): string
Returns string
getPath
Section titled “getPath”getSkipTopStatement
Section titled “getSkipTopStatement”▸ getSkipTopStatement(offset: number,limit: number): string
Parameters:
Section titled “Parameters:”- offset:
number - limit:
number
Returns string
getStatement
Section titled “getStatement”▸ getStatement(): string
Returns string