PostgreSQLDatabaseConnection constructor

PostgreSQLDatabaseConnection(
  1. PostgreSQLDatabaseAdapter adapter,
  2. PostgreSQLConnection _connection
)

Implementation

PostgreSQLDatabaseConnection(
    PostgreSQLDatabaseAdapter adapter, this._connection)
    : super(adapter);