DatabaseConnection.fromExecutor constructor

  1. @Deprecated('Use the default unnamed constructor of `DatabaseConnection` ' 'instead')
DatabaseConnection.fromExecutor(
  1. QueryExecutor executor
)

Constructs a DatabaseConnection from the QueryExecutor by using the default type system and a new StreamQueryStore.

Implementation

@Deprecated('Use the default unnamed constructor of `DatabaseConnection` '
    'instead')
DatabaseConnection.fromExecutor(QueryExecutor executor) : this(executor);