Skip to main content
Module

x/neo4j_lite_client/core/result-summary.ts>default

Unofficial Neo4j Driver for Deno
Latest
class default
import { default } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/result-summary.ts";

A ResultSummary instance contains structured metadata for a Result.

Constructors

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

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