PostgreSQLConnectionTransactionWrapper constructor

PostgreSQLConnectionTransactionWrapper(
  1. PostgreSQLConnectionWrapper parent,
  2. PostgreSQLExecutionContext nativeConnection
)

Implementation

PostgreSQLConnectionTransactionWrapper(this.parent, super.nativeConnection);