ensureOpen method
Opens the executor, if it has not yet been opened.
Implementation
@override
Future<bool> ensureOpen(QueryExecutorUser user) {
return _awaitOpened().then((_) => _delegate.ensureOpen(user));
}
Opens the executor, if it has not yet been opened.
@override
Future<bool> ensureOpen(QueryExecutorUser user) {
return _awaitOpened().then((_) => _delegate.ensureOpen(user));
}