DatabaseConnection constructor

DatabaseConnection(
  1. SqlTypeSystem typeSystem,
  2. QueryExecutor executor,
  3. StreamQueryStore streamQueries
)

Constructs a raw database connection from the three components.

Implementation

DatabaseConnection(this.typeSystem, this.executor, this.streamQueries);