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
  66f758be_bdcd_d150_3c06_910272cf0e45["constructor()"]
  60ea2397_d1df_76a0_92a6_23bdf530e365["GelUpdateBuilder"]
  66f758be_bdcd_d150_3c06_910272cf0e45 -->|defined in| 60ea2397_d1df_76a0_92a6_23bdf530e365
  45f41301_6f8e_7394_219b_2d318a644250["constructor()"]
  45f41301_6f8e_7394_219b_2d318a644250 -->|calls| 66f758be_bdcd_d150_3c06_910272cf0e45
  45f41301_6f8e_7394_219b_2d318a644250["constructor()"]
  66f758be_bdcd_d150_3c06_910272cf0e45 -->|calls| 45f41301_6f8e_7394_219b_2d318a644250
  style 66f758be_bdcd_d150_3c06_910272cf0e45 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

drizzle-orm/src/gel-core/query-builders/update.ts lines 68–73

	constructor(
		private table: TTable,
		private session: GelSession,
		private dialect: GelDialect,
		private withList?: Subquery[],
	) {}

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/gel-core/query-builders/update.ts.
Where is constructor() defined?
constructor() is defined in drizzle-orm/src/gel-core/query-builders/update.ts at line 68.
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