mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Python: -> NoSQL in QLDocs
This commit is contained in:
@@ -387,7 +387,7 @@ module NoSqlExecution {
|
|||||||
* extend `NoSqlExecution` instead.
|
* extend `NoSqlExecution` instead.
|
||||||
*/
|
*/
|
||||||
abstract class Range extends DataFlow::Node {
|
abstract class Range extends DataFlow::Node {
|
||||||
/** Gets the argument that specifies the NoSql query to be executed. */
|
/** Gets the argument that specifies the NoSQL query to be executed. */
|
||||||
abstract DataFlow::Node getQuery();
|
abstract DataFlow::Node getQuery();
|
||||||
|
|
||||||
/** Holds if this query will unpack/interpret a dictionary */
|
/** Holds if this query will unpack/interpret a dictionary */
|
||||||
@@ -405,7 +405,7 @@ module NoSqlExecution {
|
|||||||
* extend `NoSqlExecution::Range` instead.
|
* extend `NoSqlExecution::Range` instead.
|
||||||
*/
|
*/
|
||||||
class NoSqlExecution extends DataFlow::Node instanceof NoSqlExecution::Range {
|
class NoSqlExecution extends DataFlow::Node instanceof NoSqlExecution::Range {
|
||||||
/** Gets the argument that specifies the NoSql query to be executed. */
|
/** Gets the argument that specifies the NoSQL query to be executed. */
|
||||||
DataFlow::Node getQuery() { result = super.getQuery() }
|
DataFlow::Node getQuery() { result = super.getQuery() }
|
||||||
|
|
||||||
/** Holds if this query will unpack/interpret a dictionary */
|
/** Holds if this query will unpack/interpret a dictionary */
|
||||||
|
|||||||
Reference in New Issue
Block a user