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 d432eba3_070a_7cc7_e6a3_711b00cc3e2a["constructor()"] 85e2b150_1d39_1933_dec2_ef3a13a8db31["MySqlUpdateBuilder"] d432eba3_070a_7cc7_e6a3_711b00cc3e2a -->|defined in| 85e2b150_1d39_1933_dec2_ef3a13a8db31 e53171da_9529_1f6b_7827_fc6ea8cbe7c6["constructor()"] e53171da_9529_1f6b_7827_fc6ea8cbe7c6 -->|calls| d432eba3_070a_7cc7_e6a3_711b00cc3e2a e53171da_9529_1f6b_7827_fc6ea8cbe7c6["constructor()"] d432eba3_070a_7cc7_e6a3_711b00cc3e2a -->|calls| e53171da_9529_1f6b_7827_fc6ea8cbe7c6 style d432eba3_070a_7cc7_e6a3_711b00cc3e2a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/mysql-core/query-builders/update.ts lines 55–60
constructor(
private table: TTable,
private session: MySqlSession,
private dialect: MySqlDialect,
private withList?: Subquery[],
) {}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does constructor() do?
constructor() is a function in the drizzle-orm codebase, defined in drizzle-orm/src/mysql-core/query-builders/update.ts.
Where is constructor() defined?
constructor() is defined in drizzle-orm/src/mysql-core/query-builders/update.ts at line 55.
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