Skip to main content
Module

x/neo4j_lite_client/mod.ts>ResultSummary

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

A ResultSummary instance contains structured metadata for a Result.

Constructors

new
ResultSummary(
query: string,
parameters: { [key: string]: any; },
metadata: any,
protocolVersion?: number,
)

Type Parameters

optional
T extends NumberOrInteger = Integer

Properties

counters: QueryStatistics
database: { name: string | undefined | null; }
notifications: Notification[]
plan: Plan | false
profile: ProfiledPlan | false
query: { text: string; parameters: { [key: string]: any; }; }
queryType: string
resultAvailableAfter: T
resultConsumedAfter: T
server: ServerInfo
updateStatistics: QueryStatistics

Methods

_buildNotifications(notifications: any[]): Notification[]
hasPlan(): boolean

Check if the result summary has a plan

hasProfile(): boolean

Check if the result summary has a profile