PostgresExecutor constructor
PostgresExecutor(
- Session _session
Creates a new PostgresExecutor wrapping the given session.
Implementation
PostgresExecutor(this._session);
Creates a new PostgresExecutor wrapping the given session.
PostgresExecutor(this._session);