API 参考
正在准备搜索索引...
@142vip/nest-typeorm
ConnectionPoolEvents
类型别名 ConnectionPoolEvents
ConnectionPoolEvents
:
{
connectionCheckedIn
(
event
:
ConnectionCheckedInEvent
)
:
void
;
connectionCheckedOut
(
event
:
ConnectionCheckedOutEvent
)
:
void
;
connectionCheckOutFailed
(
event
:
ConnectionCheckOutFailedEvent
)
:
void
;
connectionCheckOutStarted
(
event
:
ConnectionCheckOutStartedEvent
)
:
void
;
connectionClosed
(
event
:
ConnectionClosedEvent
)
:
void
;
connectionCreated
(
event
:
ConnectionCreatedEvent
)
:
void
;
connectionPoolCleared
(
event
:
ConnectionPoolClearedEvent
)
:
void
;
connectionPoolClosed
(
event
:
ConnectionPoolClosedEvent
)
:
void
;
connectionPoolCreated
(
event
:
ConnectionPoolCreatedEvent
)
:
void
;
connectionPoolReady
(
event
:
ConnectionPoolReadyEvent
)
:
void
;
connectionReady
(
event
:
ConnectionReadyEvent
)
:
void
;
}
&
Omit
<
ConnectionEvents
,
"close"
|
"message"
>
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
API 参考
加载中……