Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/neo4j_lite_client/core/internal/bookmark.ts>Bookmark

Unofficial Neo4j Driver for Deno
Latest
class Bookmark
import { Bookmark } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/bookmark.ts";

Constructors

new
Bookmark(values?:
| string
| string[]
| Array<string>
| null
)

Properties

private
_values: string[]

Methods

asBeginTransactionParameters(): { [BOOKMARKS_KEY]?: string[]; }

Get this bookmark as an object for begin transaction call.

isEmpty(): boolean

Check if the given bookmark is meaningful and can be send to the database.

values(): string[]

Get all bookmark values as an array.