Since a PostgreSql.Connection is guaranteed to be a PostgreSql Connection, there is no danger in getting its underlying PGConnection value.
Since a PostgreSql.Connection is guaranteed to be a PostgreSql Connection, there is no danger in getting its underlying PGConnection value. This can be used to get to the getCopyApi() and other methods.
The Connection or Hikari Connection which contains an underlying PGConnection.
The underlying PGConnection.
Perform any connection initialization that should be done when a connection is created.
Perform any connection initialization that should be done when a connection is created. EG add a type mapping.
By default this method does nothing.
Created by Jeff on 3/27/2015.