Skip to main content
Module

x/neo4j_lite_client/mod.ts>QueryStatistics

Unofficial Neo4j Driver for Deno
Latest
class QueryStatistics
Re-export
import { QueryStatistics } from "https://deno.land/x/neo4j_lite_client@4.4.6/mod.ts";

Get statistical information for a Result.

Constructors

new
QueryStatistics(statistics: any)

Structurize the statistics

Properties

private
optional
_containsSystemUpdates: boolean
private
optional
_containsUpdates: boolean
private
_stats: Stats
private
_systemUpdates: number

Methods

Return true if the system database get updated, otherwise false

containsUpdates(): boolean

Did the database get updated?

systemUpdates(): number
updates(): Stats

Returns the query statistics updates in a dictionary.