Skip to main content
Latest
class internal.bookmark.Bookmark
import { internal } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { Bookmark } = internal.bookmark;

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.