Module org.jooq
Package org.jooq

Interface Queries

All Superinterfaces:
Attachable, AttachableQueryPart, Iterable<Query>, QueryPart, Serializable

public interface Queries extends AttachableQueryPart, Iterable<Query>
A wrapper for a collection of queries.

Instances can be created using DSL.queries(Query...) and overloads.

Author:
Lukas Eder