github.com/jackc/pgx/v4.Conn.IsClosed (method)
9 uses
github.com/jackc/pgx/v4 (current package)
conn.go#L251: if c.IsClosed() {
conn.go#L327: func (c *Conn) IsClosed() bool {
conn.go#L332: if c.IsClosed() {
github.com/jackc/pgx/v4/stdlib
sql.go#L263: if c.conn.IsClosed() {
sql.go#L289: if c.conn.IsClosed() {
sql.go#L326: if c.conn.IsClosed() {
sql.go#L343: if c.conn.IsClosed() {
sql.go#L368: if c.conn.IsClosed() {
sql.go#L389: if c.conn.IsClosed() {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |