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(page?: number
): string
Parameters:
Section titled “Parameters:”- page:
number
, Default value =1
Returns string
getStatement
Section titled “getStatement”▸ getStatement(): string
Returns string