Home / Function/ constructor() — drizzle-orm Function Reference

constructor() — drizzle-orm Function Reference

Architecture documentation for the constructor() function in update.ts from the drizzle-orm codebase.

Entity Profile

Dependency Diagram

graph TD
  7f929387_ed71_056d_a262_d947793fb79a["constructor()"]
  e8ae715e_b65b_b0b9_a755_051bc127c6e5["SingleStoreUpdateBase"]
  7f929387_ed71_056d_a262_d947793fb79a -->|defined in| e8ae715e_b65b_b0b9_a755_051bc127c6e5
  44a4a986_3d81_9c32_dc30_cf379174b179["constructor()"]
  44a4a986_3d81_9c32_dc30_cf379174b179 -->|calls| 7f929387_ed71_056d_a262_d947793fb79a
  44a4a986_3d81_9c32_dc30_cf379174b179["constructor()"]
  7f929387_ed71_056d_a262_d947793fb79a -->|calls| 44a4a986_3d81_9c32_dc30_cf379174b179
  style 7f929387_ed71_056d_a262_d947793fb79a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/singlestore-core/query-builders/update.ts lines 140–149

	constructor(
		table: TTable,
		set: UpdateSet,
		private session: SingleStoreSession,
		private dialect: SingleStoreDialect,
		withList?: Subquery[],
	) {
		super();
		this.config = { set, table, withList };
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does constructor() do?
constructor() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/singlestore-core/query-builders/update.ts.
Where is constructor() defined?
constructor() is defined in drizzle-orm/src/singlestore-core/query-builders/update.ts at line 140.
What does constructor() call?
constructor() calls 1 function(s): constructor.
What calls constructor()?
constructor() is called by 1 function(s): constructor.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free