Class OdbcQueryFetchResult


  • public class OdbcQueryFetchResult
    extends Object
    SQL listener query fetch result.
    • Constructor Detail

      • OdbcQueryFetchResult

        public OdbcQueryFetchResult​(long queryId,
                                    Collection<?> items,
                                    boolean last)
        Parameters:
        queryId - Query ID.
        items - Query result rows.
        last - Flag indicating the query has no unfetched results.
    • Method Detail

      • queryId

        public long queryId()
        Returns:
        Query ID.
      • items

        public Collection<?> items()
        Returns:
        Query result rows.
      • last

        public boolean last()
        Returns:
        Flag indicating the query has no non-fetched results.