Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class bookmark.Bookmark
import { bookmark } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/index.ts";
const { Bookmark } = 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.