MCPcopy Create free account
hub / github.com/mikro-orm/mikro-orm / close

Method close

packages/sql/src/dialects/oracledb/OracleDialect.ts:28–28  ·  view source on GitHub ↗
(drainTime?: number)

Source from the content-addressed store, hash-verified

26export interface OraclePool {
27 getConnection(): Promise<OraclePoolConnection>;
28 close(drainTime?: number): Promise<void>;
29}
30
31/**

Callers 5

closeFunction · 0.65
streamQueryMethod · 0.65
releaseConnectionMethod · 0.65
destroyMethod · 0.65
closeMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected