constructor() — drizzle-orm Function Reference
Architecture documentation for the constructor() function in delete.ts from the drizzle-orm codebase.
Entity Profile
Dependency Diagram
graph TD 0a8f6c35_9665_9565_399e_29ab9a45620e["constructor()"] 2fc7ad00_d877_7036_3254_b5230a4dd57b["SingleStoreDeleteBase"] 0a8f6c35_9665_9565_399e_29ab9a45620e -->|defined in| 2fc7ad00_d877_7036_3254_b5230a4dd57b style 0a8f6c35_9665_9565_399e_29ab9a45620e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
drizzle-orm/src/singlestore-core/query-builders/delete.ts lines 100–108
constructor(
private table: TTable,
private session: SingleStoreSession,
private dialect: SingleStoreDialect,
withList?: Subquery[],
) {
super();
this.config = { table, withList };
}
Domain
Subdomains
Source
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/delete.ts.
Where is constructor() defined?
constructor() is defined in drizzle-orm/src/singlestore-core/query-builders/delete.ts at line 100.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free