Protected _clientA Subject that emits drain events.
A Subject that emits end events.
A Subject that emits error events.
A Subject that emits notice events.
A Subject that emits notification events.
Queries a database, returning query results after all results have been returned.
Defines query parameters
Queries a database, streaming query results as they are read.
Defines query parameters
Queries a database, returning query results by cursor after cursor has read all rows.
Defines query parameters
Queries a database, streaming query results as cursor reads rows.
Defines query parameters
Completes after one drain event has been observed.
Completes after one end event has been observed.
Completes after one error has been observed.
Completes after one NoticeMessage has been observed.
Completes after one Notification has been observed.
Closes a connection opened in connect() and forwards
the result of a successful query.
The result of a successful query, useful for RxJS maps.
Closes a connection opened in connect().
The RxJS wrapper for
pg.Client.Example
Example
Public Api