D1DatabaseSession
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8656
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new D1DatabaseSession():
D1DatabaseSession
Returns
Section titled “Returns”D1DatabaseSession
Methods
Section titled “Methods”batch()
Section titled “batch()”batch<
T>(statements):Promise<D1Result<T>[]>
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8658
Type Parameters
Section titled “Type Parameters”T = unknown
Parameters
Section titled “Parameters”statements
Section titled “statements”Returns
Section titled “Returns”Promise<D1Result<T>[]>
getBookmark()
Section titled “getBookmark()”getBookmark():
null|string
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8663
Returns
Section titled “Returns”null | string
The latest session bookmark across all executed queries on the session.
If no query has been executed yet, null is returned.
prepare()
Section titled “prepare()”prepare(
query):D1PreparedStatement
Defined in: .pnpm-home/store/v11/links/@cloudflare/workers-types/4.20251118.0/2891147a4db443bf13ca098dcb7381fb6bac5793758b7fd187ebaf5bc0deb969/node_modules/@cloudflare/workers-types/index.ts:8657
Parameters
Section titled “Parameters”string