Module org.jooq
Package org.jooq

Interface Result<R extends Record>

Type Parameters:
R - The record type contained in this result
All Superinterfaces:
Attachable, Collection<R>, Fields, Formattable, Iterable<R>, List<R>, Serializable

public interface Result<R extends Record> extends Fields, List<R>, Attachable, Formattable
A wrapper for database results returned by SelectQuery.
Author:
Lukas Eder
See Also: