PostgreSQLConnectionTransactionWrapper constructor

PostgreSQLConnectionTransactionWrapper(
  1. PostgreSQLConnectionWrapper parent,
  2. Session nativeConnection,
  3. String? username,
  4. String host,
  5. int port,
  6. String database,
  7. bool secure,
)

Implementation

PostgreSQLConnectionTransactionWrapper(
  this.parent,
  super.nativeConnection,
  super.username,
  super.host,
  super.port,
  super.database,
  super.secure,
);