PID returns the backend PID.
()
| 706 | |
| 707 | // PID returns the backend PID. |
| 708 | func (pgConn *PgConn) PID() uint32 { |
| 709 | return pgConn.pid |
| 710 | } |
| 711 | |
| 712 | // TxStatus returns the current TxStatus as reported by the server in the ReadyForQuery message. |
| 713 | // |
no outgoing calls