The following tables list the members exposed by ODataQueryHelper.
Name | Description | |
---|---|---|
![]() | ODataQueryHelper Constructor |
Name | Description | |
---|---|---|
![]() | fixQuery | |
![]() | getQueryResults | |
![]() | getValueFromKey | |
![]() | isSelect | |
![]() | IsSelect | |
![]() | isValidQuery | |
![]() | isValidSet | |
![]() | resultSetToString | |
![]() | selectNodes | |
![]() | substituteVariables | Overloaded. Called by the AbstractDataSource to substitute values into a select statement. Given select: SELECT ${var1} FROM Accounts WHERE Name = ${var2} we create the query parts array: ["SELECT ", " FROM Accounts WHERE Name = ", ""] and the toInsert array: ["Id", "Frank"] This function then returns: SELECT Id FROM Accounts WHERE name = 'Frank' |
![]() | valueToString |