DatabaseConnection.fromExecutor constructor
- @Deprecated('Use the default unnamed constructor of `DatabaseConnection` ' 'instead')
- 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);