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' {