Interface Result

All Known Implementing Classes:
Row

public interface Result
Marker interface for the result of a query or database operation.

This interface is designed to provide an abstraction for accessing the results of a database query. Implementations of this interface can define methods for retrieving rows, expressions, or other relevant data.

Common use cases include retrieving individual rows, streaming rows for processing, and obtaining metadata about the result set.