streamQueryMulti abstract method
Streams a multi-result batch one item at a time. New in v3.3.0 (M8).
Implementation
Stream<Result<QueryResultMultiItem>> streamQueryMulti(
String connectionId,
String sql,
);
Streams a multi-result batch one item at a time. New in v3.3.0 (M8).
Stream<Result<QueryResultMultiItem>> streamQueryMulti(
String connectionId,
String sql,
);