Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
class default
import { default } from "https://deno.land/x/neo4j_lite_client@4.4.6/bolt-connection/bolt/request-message.js";

Constructors

new
default(
signature,
fields,
toString,
)

Static Methods

begin(unnamed 0?)

Create a new BEGIN message.

Get a COMMIT message.

discard(unnamed 0?)

Generates a new DISCARD message with additional metadata.

Get a GOODBYE message.

hello(
userAgent,
authToken,
routing?,
patchs?,
)

Create a new HELLO message.

init(clientName, authToken)

Create a new INIT message.

pull(unnamed 0?)

Generates a new PULL message with additional metadata.

Get a PULL_ALL message.

Get a RESET message.

Get a ROLLBACK message.

route(
routingContext?,
bookmarks?,
databaseName?,
)

Generate the ROUTE message, this message is used to fetch the routing table from the server

routeV4x4(
routingContext?,
bookmarks?,
databaseContext?,
)

Generate the ROUTE message, this message is used to fetch the routing table from the server

run(query, parameters)

Create a new RUN message.

runWithMetadata(
query,
parameters,
unnamed 2?,
)

Create a new RUN message with additional metadata.