Postgres_SqlConnection.fromConnection constructor

Postgres_SqlConnection.fromConnection(
  1. PostgreSQLExecutionContext con
)

Implementation

Postgres_SqlConnection.fromConnection(PostgreSQLExecutionContext con) {
  _connection = con;
}