menu
odbc_fast package
documentation
application/services/i_query_service.dart
IQueryService
streamQueryMulti abstract method
streamQueryMulti abstract method
dark_mode
light_mode
streamQueryMulti
abstract method
Stream
<
Result
<
QueryResultMultiItem
>
>
streamQueryMulti
(
String
connectionId
,
String
sql
)
Implementation
Stream<Result<QueryResultMultiItem>> streamQueryMulti( String connectionId, String sql, );
odbc_fast package
documentation
application/services/i_query_service
IQueryService
streamQueryMulti abstract method
IQueryService class