PostgresExecutor constructor

PostgresExecutor(
  1. Session _session
)

Creates a new PostgresExecutor wrapping the given session.

Implementation

PostgresExecutor(this._session);