github.com/jackc/pgconn.PgConn.TxStatus (method)
4 uses
github.com/jackc/pgconn (current package)
pgconn.go#L530: func (pgConn *PgConn) TxStatus() byte {
github.com/jackc/pgconn/stmtcache
lru.go#L46: txStatus := c.conn.TxStatus()
github.com/jackc/pgx/v4
tx.go#L224: if tx.conn.PgConn().TxStatus() != 'I' {
github.com/jackc/pgx/v4/stdlib
sql.go#L775: if conn.PgConn().IsBusy() || conn.PgConn().TxStatus() != 'I' {
![]() |
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. |