JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
org.jooq.Explain
Packages that use
Explain
Package
Description
org.jooq
This package contains jOOQ's public API.
org.jooq.impl
This package contains jOOQ's implementation classes.
Uses of
Explain
in
org.jooq
Methods in
org.jooq
that return
Explain
Modifier and Type
Method
Description
@NotNull
Explain
DSLContext.
explain
(
Query
query)
Run an
EXPLAIN
statement in the database to estimate the cardinality of the query.
Uses of
Explain
in
org.jooq.impl
Methods in
org.jooq.impl
that return
Explain
Modifier and Type
Method
Description
Explain
DefaultDSLContext.
explain
(
Query
query)