Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
org.jooq.impl |
The
org.jooq.impl package contains jOOQ's implementation classes. |
Modifier and Type | Method and Description |
---|---|
Explain |
DSLContext.explain(Query query)
Run an
EXPLAIN statement in the database to estimate the
cardinality of the query. |
Modifier and Type | Method and Description |
---|---|
Explain |
DefaultDSLContext.explain(Query query) |
Copyright © 2019. All rights reserved.