Skip to main content
Module

x/neo4j_driver_lite/mod.ts>Plan

Neo4j Bolt driver for JavaScript
Go to Latest
class Plan
Re-export
import { Plan } from "https://deno.land/x/neo4j_driver_lite@5.14.0-alpha01/mod.ts";

Class for execution plan received by prepending Cypher with EXPLAIN.

Constructors

new
Plan(plan: any)

Create a Plan instance

Properties

arguments: { [key: string]: string; }
children: Plan[]
identifiers: string[]
operatorType: string